Skip to content

Commit

Permalink
remove obj det from hub tests
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Apr 2, 2024
1 parent 1d78d64 commit 6946e19
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/pytorch/test_models_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ def test_push_to_hf_hub():
["master", "recognition", "Felix92/doctr-dummy-torch-master"],
["vitstr_small", "recognition", "Felix92/doctr-dummy-torch-vitstr-small"],
["parseq", "recognition", "Felix92/doctr-dummy-torch-parseq"],
[
"fasterrcnn_mobilenet_v3_large_fpn",
"obj_detection",
"Felix92/doctr-dummy-torch-fasterrcnn-mobilenet-v3-large-fpn",
],
],
)
def test_models_huggingface_hub(arch_name, task_name, dummy_model_id, tmpdir):
Expand Down

0 comments on commit 6946e19

Please sign in to comment.