Skip to content

Commit

Permalink
Merge branch 'python_doc' of github.com:CuriousPanCake/openvino into …
Browse files Browse the repository at this point in the history
…python_doc
  • Loading branch information
CuriousPanCake committed Jun 10, 2024
2 parents d34c39e + 5a0c4ca commit f4c833f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/model_hub_tests/pytorch/test_hf_transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def load_model_with_default_class(name, **kwargs):
("google/tapas-large-finetuned-wtq", "tapas"),
("gpt2", "gpt2"),
("openai/clip-vit-large-patch14", "clip"),
("OpenVINO/opt-125m-gptq", "opt"),
("katuni4ka/opt-125m-gptq", "opt"),
])
@pytest.mark.precommit
def test_convert_model_precommit(self, name, type, ie_device):
Expand Down

0 comments on commit f4c833f

Please sign in to comment.