Skip to content

Commit 23b3427

Browse files
committed
git
1 parent 5bdcf60 commit 23b3427

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
22
torch
33
diffusers
4-
optimum-intel[nncf,openvino]
4+
# optimum-intel[nncf,openvino] # TODO: remove git and openvino installation after optimum-intel>1.12.2 is reeleased
5+
git+https://github.com/huggingface/optimum-intel.git@8375cf8895377e359a2ac30d88f9a68bb9f47743
6+
git+https://github.com/openvinotoolkit/nncf.git@6d17662fec917e1293189e2c3a2b94139a433f16
7+
openvino
58
huggingface_hub[cli]

llm_bench/python/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ torch
77
transformers>=4.33.0
88
diffusers>=0.22.0
99
optimum>=1.14.0,<1.15.0
10-
git+https://github.com/huggingface/optimum-intel.git@8375cf8895377e359a2ac30d88f9a68bb9f47743
10+
git+https://github.com/eaidova/optimum-intel.git@a57c86a6e561be838cbefb0ac430008c05e9aaa9
1111
git+https://github.com/openvinotoolkit/nncf.git@6d17662fec917e1293189e2c3a2b94139a433f16
1212
packaging
1313
psutil

0 commit comments

Comments
 (0)