Skip to content

Commit 2927556

Browse files
authored
Update tests/openvino/test_modeling.py
1 parent 4d0a522 commit 2927556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/openvino/test_modeling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2182,7 +2182,7 @@ def test_compare_to_transformers(self, model_arch):
21822182
ov_model.clear_requests()
21832183
self._check_device_and_request(ov_model, test_device, False)
21842184

2185-
# pytorch minicpmv and internvl2 is not designed to be used via forward
2185+
# pytorch minicpmv and internvl2 are not designed to be used via forward
21862186
if model_arch not in ["minicpmv", "internvl2"]:
21872187
set_seed(SEED)
21882188
ov_outputs = ov_model(**inputs)

0 commit comments

Comments
 (0)