Skip to content

Commit fb03df4

Browse files
committed
Update tests/openvino/test_modeling.py
1 parent b1a2950 commit fb03df4

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

996996
# openvino 2025.0 required for disabling check_trace
997997
if is_openvino_version(">=", "2025.0"):
998-
SUPPORTED_ARCHITECTURES += "deepseek"
998+
SUPPORTED_ARCHITECTURES += ("deepseek",)
999999

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

0 commit comments

Comments
 (0)