Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Aug 6, 2024
1 parent 5a6b8e1 commit ca56c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/lm-eval-harness/test_lm_eval_correctness.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
def launch_lm_eval(eval_config):
try:
trust_remote_code = eval_config['trust_remote_code']
except:
except Exception
trust_remote_code = False

model_args = f"pretrained={eval_config['model_name']}," \
Expand Down

0 comments on commit ca56c45

Please sign in to comment.