Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update requirements.txt and add requirements_2024.5.txt #1242

Open
wants to merge 8 commits into
base: releases/2024/5
Choose a base branch
from
12 changes: 6 additions & 6 deletions tools/llm_bench/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
--extra-index-url https://download.pytorch.org/whl/cpu
numpy
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
openvino
openvino-tokenizers
openvino_genai
openvino~=2024.5.0
openvino-tokenizers~=2024.5.0
openvino_genai~=2024.5.0
auto-gptq>=0.5.1 # for gptq
pillow
torch
transformers>=4.40.0
transformers~=4.46.0
diffusers>=0.22.0
#optimum is in dependency list of optimum-intel
git+https://github.com/huggingface/optimum-intel.git@main#egg=optimum-intel
git+https://github.com/openvinotoolkit/nncf.git@develop#egg=nncf
git+https://github.com/huggingface/optimum-intel.git@d35737671ec226a66c495159588b7603066e1b07##egg=optimum-intel
nncf ~= 2.14.0
packaging
psutil
timm
Expand Down
21 changes: 21 additions & 0 deletions tools/llm_bench/requirements_2024.5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
--extra-index-url https://download.pytorch.org/whl/cpu
numpy==2.0.2
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
auto_gptq==0.7.1
pillow==11.0.0
torch==2.5.1+cpu
wgzintel marked this conversation as resolved.
Show resolved Hide resolved
transformers==4.46.2
diffusers==0.31.0
openvino==2024.5.0
wgzintel marked this conversation as resolved.
Show resolved Hide resolved
#optimum is in dependency list of optimum-intel
wgzintel marked this conversation as resolved.
Show resolved Hide resolved
git+https://github.com/huggingface/optimum-intel.git@d35737671ec226a66c495159588b7603066e1b07#egg=optimum-intel
nncf ~= 2.14.0
packaging==24.1
psutil==6.1.0
timm==1.0.11
tiktoken==0.8.0
onnx==1.16.1
wgzintel marked this conversation as resolved.
Show resolved Hide resolved
einops==0.8.0
transformers-stream-generator==0.0.5
bitsandbytes==0.44.1
librosa==0.10.2.post1
Loading