Skip to content

Commit 7eea3a2

Browse files
Merge branch 'master' into cvs_175484
2 parents 81ee4b6 + 5edcf74 commit 7eea3a2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

samples/export-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
22
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
33
openvino-tokenizers[transformers]~=2026.0.0.0.dev
4-
optimum-intel[nncf]==1.26.1
4+
optimum-intel[nncf]==1.27.0
55
numpy==1.26.4; platform_system == "Darwin" and platform_machine == "x86_64"
66
safetensors==0.6.2; platform_system == "Darwin" and platform_machine == "x86_64"
77
einops==0.8.1 # For Qwen

tests/python_tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
22
diffusers==0.35.2
3-
optimum-intel==1.26.1
3+
optimum-intel==1.27.0
44
numpy==1.26.4; platform_system == "Darwin" and platform_machine == "x86_64"
55
safetensors==0.6.2; platform_system == "Darwin" and platform_machine == "x86_64"
66
pytest==9.0.2

tools/who_what_benchmark/tests/test_cli_text.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ def test_text_language(tmp_path):
164164
]
165165
if sys.platform != 'darwin' and sys.platform != 'win32':
166166
hf_model_scope += [
167-
(gptq_model_id),
167+
# model load failed in optimum, ticket: 178940
168+
# (gptq_model_id),
168169
(awq_model_id),
169170
]
170171

0 commit comments

Comments
 (0)