Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JingyaHuang committed Jan 8, 2025
1 parent 659ee3d commit 500ef33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/inference/test_modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def test_load_model_from_hub_subfolder(self):
self.TINY_SUBFOLDER_MODEL_ID,
subfolder="my_subfolder",
export=True,
library_name="transformers",
**self.STATIC_INPUTS_SHAPES,
)
self.assertIsInstance(model.model, torch.jit._script.ScriptModule)
Expand Down

0 comments on commit 500ef33

Please sign in to comment.