Change opt-125m-gptq model (#24902)
### Details: - *item1* - *...* ### Tickets: - *ticket-id*
This commit is contained in:
parent
9508062aba
commit
918ccfc627
|
|
@ -450,7 +450,7 @@ class TestTransformersModel(TestTorchConvertModel):
|
|||
("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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue