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 for 2024.6 validation #1260

Open
wants to merge 4 commits into
base: releases/2024/6
Choose a base branch
from
Open
Changes from all commits
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
9 changes: 4 additions & 5 deletions tools/llm_bench/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
--extra-index-url https://download.pytorch.org/whl/cpu
numpy
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
openvino~=2024.6.0rc1
openvino-tokenizers~=2024.6.0.0rc1
openvino_genai~=2024.6.0.0rc1
openvino~=2024.6.0
openvino-tokenizers~=2024.6.0
openvino_genai~=2024.6.0
auto-gptq>=0.5.1 # for gptq
pillow
torch
transformers~=4.46.0
diffusers>=0.22.0
#optimum is in dependency list of optimum-intel
git+https://github.com/huggingface/optimum-intel.git@d35737671ec226a66c495159588b7603066e1b07##egg=optimum-intel
git+https://github.com/huggingface/optimum-intel.git@35cf1d289a0f15e056c1dae5d9967ba027b3acec##egg=optimum-intel
nncf ~= 2.14.0
packaging
psutil
Expand Down
Loading