Change opt-125m-gptq model (#24902)

### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*
This commit is contained in:
Maxim Vafin 2024-06-10 21:04:20 +02:00 committed by GitHub
parent 9508062aba
commit 918ccfc627
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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):