Skip to content

Commit

Permalink
test does not use cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
dnth committed Nov 9, 2024
1 parent aa41b34 commit 6d03fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/smoke/test_timm.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

@pytest.fixture
def model():
return xinfer.create_model("timm/resnet18.a1_in1k", device="cuda", dtype="float16")
return xinfer.create_model("timm/resnet18.a1_in1k")


@pytest.fixture
Expand Down

0 comments on commit 6d03fc0

Please sign in to comment.