Skip to content

Commit

Permalink
run tests on cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Mar 22, 2024
1 parent 018cc89 commit 98130f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def test_run_eval(tmp_path, float_like):
model_args=f"pretrained={checkpoint_path}",
tasks=eval_tasks.split(","),
limit=2,
device="cpu"
)

save_path = checkpoint_path/"results.json"
Expand Down

0 comments on commit 98130f9

Please sign in to comment.