-
Notifications
You must be signed in to change notification settings - Fork 193
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
peterchen-intel
merged 3 commits into
openvinotoolkit:releases/2024/3
from
wgzintel:guozhong/add_requirements_2024_3
Aug 20, 2024
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.