Skip to content

Commit

Permalink
Fix ModelHub tests (#9100)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Mar 25, 2024
1 parent 11d2c27 commit 84ce7fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/nn/test_model_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def test_from_pretrained(model, tmp_path):

model = model.from_pretrained(save_directory)
assert isinstance(model, DummyModel)
assert model.config == CONFIG


@withPackage('huggingface_hub')
Expand Down

0 comments on commit 84ce7fe

Please sign in to comment.