Skip to content

Commit 15b07d4

Browse files
committed
Update tests/openvino/test_modeling.py
1 parent 4bb45aa commit 15b07d4

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
@@ -1000,7 +1000,7 @@ class OVModelForCausalLMIntegrationTest(unittest.TestCase):
10001000

10011001
# openvino 2025.0 required for disabling check_trace
10021002
if is_openvino_version(">=", "2025.0"):
1003-
SUPPORTED_ARCHITECTURES += "deepseek"
1003+
SUPPORTED_ARCHITECTURES += ("deepseek",)
10041004

10051005
# gptq and awq install disabled for windows test environment
10061006
if platform.system() != "Windows":

0 commit comments

Comments
 (0)