↓ 1 callersFunctiondivideDivide the elements from *iterable* into *n* parts, maintaining order. >>> group_1, group_2 = divide([1, 2, 3, 4, 5, 6], 2) >>> l
lm-eval-harness/lm_eval/models/utils.py:264
↓ 1 callersFunctionexecute_config(
model: str,
task: str,
batch_size: int,
limit: int,
output_dir: str,
context_length:
lm-eval-harness/launch_hf.py:19
↓ 1 callersFunctionexecute_config(
model: str,
task: str,
batch_size: int,
limit: int,
output_dir: str,
num_fewshot: in
lm-eval-harness/launch_local.py:20
↓ 1 callersFunctionexecute_config(
model: str,
task: str,
batch_size: int,
limit: int,
output_dir: str,
num_fewshot: in
lm-eval-harness/launch.py:19
↓ 1 callersFunctionexecute_config(
model: str,
task: str,
batch_size: int,
limit: int,
output_dir: str,
num_fewshot: in
lm-eval-harness/launch_jrt.py:19