Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrze committed Mar 4, 2025
1 parent 41361e1 commit a387c57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .jenkins/lm-eval-harness/test_lm_eval_correctness.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ def launch_lm_eval(eval_config):
f"num_concurrent={NUM_CONCURRENT}," \
"max_retries=3"

if LORA_ADAPTER_PATH:
model_args += f",enable_lora=True,lora_local_path={LORA_ADAPTER_PATH}"

results = lm_eval.simple_evaluate(
model="local-completions",
model_args=model_args,
Expand Down

0 comments on commit a387c57

Please sign in to comment.