SYMBOL INDEX (16 symbols across 2 files) FILE: run_model.py function load_jsonlines (line 35) | def load_jsonlines(file): function call_request (line 61) | def call_request(prompt, model, tokenizer, max_new_tokens=15): function call_model (line 86) | def call_model(prompt, model, tokenizer, device, max_new_tokens=15, mode... function clip_paragraph (line 98) | def clip_paragraph(text, eval_method): function get_few_shot_text_with_retrieval (line 104) | def get_few_shot_text_with_retrieval(row, retrieval_dict, eval_method): function get_few_shot_text (line 116) | def get_few_shot_text(row, eval_method): function get_genread_passage (line 119) | def get_genread_passage(question, genread_template, generate_function, m... function get_few_shot_examples_genread (line 123) | def get_few_shot_examples_genread(knowledge, generate_function, n_exampl... function main (line 143) | def main(): FILE: util_clm.py function assert_all_approx_close (line 3) | def assert_all_approx_close(a, b, rtol, atol, count): function get_memory_footprint (line 15) | def get_memory_footprint(model, return_buffers=True): function ـreplace_linear_with_int8linear (line 33) | def ـreplace_linear_with_int8linear(model, modules_to_not_convert="lm_he... class QuantizedLinearInt8 (line 42) | class QuantizedLinearInt8(torch.nn.Module): method __init__ (line 57) | def __init__(self, linear_layer): method forward (line 75) | def forward(self, x): function convert_model_to_int8_on_gpu (line 80) | def convert_model_to_int8_on_gpu(model, device):