We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a2950 commit f84dcfeCopy full SHA for f84dcfe
tests/openvino/test_modeling.py
@@ -995,7 +995,7 @@ class OVModelForCausalLMIntegrationTest(unittest.TestCase):
995
996
# openvino 2025.0 required for disabling check_trace
997
if is_openvino_version(">=", "2025.0"):
998
- SUPPORTED_ARCHITECTURES += "deepseek"
+ SUPPORTED_ARCHITECTURES += ("deepseek", )
999
1000
# gptq and awq install disabled for windows test environment
1001
if platform.system() != "Windows":
0 commit comments