From 3609dd11a0f8f950960c3e8907b1fd8736463aee Mon Sep 17 00:00:00 2001 From: eaidova Date: Wed, 8 Jan 2025 10:35:03 +0400 Subject: [PATCH] add models to test cases --- tests/openvino/test_modeling.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/openvino/test_modeling.py b/tests/openvino/test_modeling.py index 2a597276f..ec667f561 100644 --- a/tests/openvino/test_modeling.py +++ b/tests/openvino/test_modeling.py @@ -916,6 +916,8 @@ class OVModelForCausalLMIntegrationTest(unittest.TestCase): "mistral-nemo", "minicpm3", "glm", + "granite", + "granite-moe", ) # gptq and awq install disabled for windows test environment