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

add requirements_2024.3.txt #712

Merged
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
21 changes: 21 additions & 0 deletions llm_bench/python/requirements_2024.3.txt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are already on 2024.3 branch, why do we need such requirements file?

Copy link
Collaborator

@peterchen-intel peterchen-intel Aug 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ilya-lavrenov as part of reproducibility insurance, we add this file to record the versions of dependencies which have been validated by validation team.
By the way, this is the requirements.txt file for benchmark.py and convert.py which are not part of genai pacakge.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we do it directly in requirements.txt file ?
Once we release 2024.3, we can fix all the dependencies

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/openvinotoolkit/openvino.genai/blob/releases/2024/3/llm_bench/python/requirements.txt has loser version limitation which allows different 3rd version number.

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
--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.0+cpu
torchvision==0.19.0+cpu
transformers==4.42.4
diffusers==0.29.2
openvino==2024.3.0
#optimum is in dependency list of optimum-intel
git+https://github.com/huggingface/optimum-intel.git@6388aeb8738b63e28fc594af84df94590e77cb9a#egg=optimum-intel
git+https://github.com/openvinotoolkit/nncf.git@40233c00f2b8e6900a2d920eb6ef6fb7e23ecfb7#egg=nncf
packaging==24.1
psutil==6.0.0
timm==1.0.7
tiktoken==0.7.0
onnx==1.16.1
einops==0.8.0
transformers-stream-generator==0.0.5
bitsandbytes==0.43.2
Loading