↓ 2 callersFunction_eval_with_vllm_engine(
llm: LLM,
questions: List[Dict[str, str]],
*,
instruct_model: bool,
temperature: float,
general-knowledge/src/query/CPT_fullFT.py:51
↓ 2 callersFunction_spawn_inner_server(vllm_api: str, model: str, zmq_port: int, gpu: str, log_dir: Path, tag: str)
general-knowledge/src/continual/continual_self_edits.py:108
↓ 2 callersFunctionaccuracy_and_texts(
questions: List[Dict[str, str]],
answer_model_ref: str,
sampling: Dict[str, Any],
stop_ids:
general-knowledge/src/inner/TTT_server.py:67
↓ 2 callersFunctionget_formatted_test_tasks(
task: Task, formatters: Any, tokenizer: Any, include_n: List[int] = [0, 1], permute_n: int = 2
)
few-shot/inference/preprocess.py:118
↓ 1 callersFunction_answers_with_ga(
model,
tokenizer,
lora_weights: Dict[str, Any],
questions: List[Dict[str, str]],
max_new
general-knowledge/src/inner/GA_server.py:111
↓ 1 callersFunction_baseline_answers(
model,
tokenizer,
questions: List[Dict[str, str]],
max_new_tokens: int,
temperature: flo
general-knowledge/src/query/CPT_GA.py:82
↓ 1 callersFunction_ga_answers(
model,
tokenizer,
lora_weights: Dict[str, Any],
questions: List[Dict[str, str]],
max_new
general-knowledge/src/query/CPT_GA.py:110