File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
tools/who_what_benchmark/tests Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11--extra-index-url https://download.pytorch.org/whl/cpu
22--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
33openvino-tokenizers[transformers]~=2026.0.0.0.dev
4- optimum-intel[nncf]==1.26.1
4+ optimum-intel[nncf]==1.27.0
55numpy==1.26.4; platform_system == "Darwin" and platform_machine == "x86_64"
66safetensors==0.6.2; platform_system == "Darwin" and platform_machine == "x86_64"
77einops==0.8.1 # For Qwen
Original file line number Diff line number Diff line change 11--extra-index-url https://download.pytorch.org/whl/cpu
22diffusers == 0.35.2
3- optimum-intel == 1.26.1
3+ optimum-intel == 1.27.0
44numpy == 1.26.4 ; platform_system == "Darwin" and platform_machine == "x86_64"
55safetensors == 0.6.2 ; platform_system == "Darwin" and platform_machine == "x86_64"
66pytest == 9.0.2
Original file line number Diff line number Diff line change @@ -164,7 +164,8 @@ def test_text_language(tmp_path):
164164]
165165if 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
You can’t perform that action at this time.
0 commit comments