↓ 2 callersMethodcache_swap(
self,
blocks_to_swap_in: Dict[int, int],
blocks_to_swap_out: Dict[int, int],
training/verl/third_party/vllm/vllm_v_0_3_1/worker.py:188
↓ 2 callersFunctionevaluate(data_name, prompt_type, samples: list=None, file_path: str=None, max_num_samples=None, execute=False)
eval/Math/Qwen25-Math/evaluation/evaluate.py:14
↓ 2 callersFunctiongenerate_completions(model, tokenizer, prompts, batch_size=1, stop_id_sequences=None, add_special_tokens=True, disable_tqdm=False,
eval/Math/Qwen25-Math/evaluation/model_utils.py:78
↓ 2 callersFunctionget_eos_mask e.g. end of sentence token=1 response_id: [0, 0, 2, 42, 3, 5, 1, 0, 0] eos_mask: [1, 1, 1, 1, 1, 1, 1, 0, 0]
training/verl/utils/torch_functional.py:139