Skip to content

Commit aa02dfd

Browse files
committed
disable phi
1 parent 4d196cb commit aa02dfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_openvino.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
pip install .[openvino,openvino-tokenizers,nncf,tests,diffusers]
3636
- name: Test with Pytest
3737
run: |
38-
pytest tests/openvino/ --ignore test_modeling_basic
38+
pytest tests/openvino/test_quantization.py

tests/ipex/test_modeling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ class IPEXModelForCausalLMTest(unittest.TestCase):
210210
"gpt_neox",
211211
"llama",
212212
"mistral",
213-
"phi",
213+
# "phi",
214214
"mpt",
215215
"opt",
216216
)

0 commit comments

Comments
 (0)