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.4.txt #893

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions llm_bench/python/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.4.0
openvino-tokenizers~=2024.4.0
openvino_genai~=2024.4.0
auto-gptq>=0.5.1 # for gptq
pillow
torch
transformers>=4.40.0
diffusers>=0.22.0
#optimum is in dependency list of optimum-intel
git+https://github.com/huggingface/optimum-intel.git@9a8782446e394ac07283b8bd8b44916c4f297826##egg=optimum-intel
git+https://github.com/openvinotoolkit/nncf.git@develop#egg=nncf
git+https://github.com/openvinotoolkit/nncf.git@48b356fe64124f16a67eb719d9b1653503124f8a#egg=nncf
peterchen-intel marked this conversation as resolved.
Show resolved Hide resolved
peterchen-intel marked this conversation as resolved.
Show resolved Hide resolved
packaging
psutil
timm
Expand Down
20 changes: 20 additions & 0 deletions llm_bench/python/requirements_2024.4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
--extra-index-url https://download.pytorch.org/whl/cpu
numpy==1.26.4
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
auto_gptq==0.7.1
pillow==10.4.0
torch==2.4.1+cpu
transformers==4.43.4
diffusers==0.30.2
openvino==2024.4.0
#optimum is in dependency list of optimum-intel
git+https://github.com/huggingface/optimum-intel.git@9a8782446e394ac07283b8bd8b44916c4f297826#egg=optimum-intel
git+https://github.com/openvinotoolkit/nncf.git@48b356fe64124f16a67eb719d9b1653503124f8a#egg=nncf
packaging==24.1
psutil==6.0.0
timm==1.0.9
tiktoken==0.7.0
onnx==1.16.1
einops==0.8.0
transformers-stream-generator==0.0.5
bitsandbytes==0.43.3
Loading