Skip to content

Commit 914fc6e

Browse files
committed
Update torch version and run-slow
1 parent 4446730 commit 914fc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def test_save_load_with_hub_mixin(self):
172172
self.assertIn("my_awesome_metric", readme)
173173

174174
@slow_test
175-
@requires_torch_greater_or_equal("2.0.0")
175+
@requires_torch_greater_or_equal("2.0.1")
176176
def test_preserve_forward_output(self):
177177
from huggingface_hub import hf_hub_download
178178

0 commit comments

Comments
 (0)