Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
afierka-intel committed Oct 30, 2024
1 parent ebd9646 commit f001899
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .jenkins/lm-eval-harness/test_lm_eval_correctness.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def launch_lm_eval(eval_config):
if eval_config.get("num_scheduler_steps"):
model_args += \
f",num_scheduler_steps={eval_config.get('num_scheduler_steps')}"
print(f"MODEL_ARGS: {model_args}")
kwargs = {}
if 'fewshot_as_multiturn' in eval_config:
kwargs['fewshot_as_multiturn'] = eval_config['fewshot_as_multiturn']
Expand Down

0 comments on commit f001899

Please sign in to comment.