Skip to content

Commit a295fe1

Browse files
authored
update requirements.txt (#721)
1 parent 3bfdd3f commit a295fe1

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

llm_bench/python/requirements.txt

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
22
numpy
33
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
4-
openvino
5-
openvino-tokenizers
6-
openvino_genai
4+
openvino~=2024.3.0
5+
openvino-tokenizers~=2024.3.0
6+
openvino_genai~=2024.3.0
77
auto-gptq>=0.5.1 # for gptq
88
pillow
9-
torch
10-
transformers>=4.40.0
9+
torch<2.5.0
10+
torchvision<0.20.0
11+
transformers>=4.40.0,<4.43.0
1112
diffusers>=0.22.0
12-
#optimum is in dependency list of optimum-intel
13+
#optimum is in dependency list of optimum-intel
1314
git+https://github.com/huggingface/optimum-intel.git@6388aeb8738b63e28fc594af84df94590e77cb9a#egg=optimum-intel
14-
git+https://github.com/openvinotoolkit/nncf.git@develop#egg=nncf
15+
nncf~=2.12.0
1516
packaging
1617
psutil
1718
timm

0 commit comments

Comments
 (0)