Skip to content

Commit 95668eb

Browse files
almost missed you
1 parent 414aef5 commit 95668eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/recipes/test_eleuther_eval.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def test_meta_eval_vision(self, caplog, monkeypatch, tmpdir, expected_vision_acc
232232
tokenizer.prompt_template=null \
233233
limit=1 \
234234
dtype=bf16 \
235-
device=cuda \
235+
device=cpu \
236236
""".split()
237237

238238
model_config = llama3_2_vision_test_config()
@@ -274,7 +274,7 @@ def test_hf_eval_vision(self, caplog, monkeypatch, tmpdir, expected_vision_acc):
274274
tokenizer.prompt_template=null \
275275
limit=1 \
276276
dtype=bf16 \
277-
device=cuda \
277+
device=cpu \
278278
""".split()
279279

280280
model_config = llama3_2_vision_test_config()

0 commit comments

Comments
 (0)