-
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
add requirements_2024.3.txt #712
Conversation
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.
diffusers==0.29.2 | ||
openvino==2024.3.0 | ||
#optimum is in dependency list of optimum-intel | ||
git+https://github.com/huggingface/optimum-intel.git@439d61f79cf55d5d0b28334f577b6ac3c5ced28f#egg=optimum-intel |
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.
this is not final validation commit of optimum-intel for release (with GPU accuracy bugs), please use pinned in branch commit
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.
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.
Updated
…openvino.genai into guozhong/add_requirements_2024_3
df5f48f
to
faf0bee
Compare
f460a10
No description provided.