-
Notifications
You must be signed in to change notification settings - Fork 197
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
[LLM Bench] Added support of OpenVINO pre-releases install and test #1480
[LLM Bench] Added support of OpenVINO pre-releases install and test #1480
Conversation
e84e384
to
49e628c
Compare
49e628c
to
7c09056
Compare
@@ -1,5 +1,6 @@ | |||
--extra-index-url https://download.pytorch.org/whl/cpu | |||
numpy | |||
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release | |||
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
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.
adding both nightly and pre-release extras does not lead to conflict? Which one will be used by default (first found or last or it depends from platform)?
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.
adding both nightly and pre-release extras does not lead to conflict?
according to our experiments for GenAI samples - no.
Pip compares packages by version and RC is more "important" than "dev" versions
Which one will be used by default (first found or last or it depends from platform)?
Extra URL indexes are not prioritized somehow and all of them are expedited.
1798557
to
33d2810
Compare
33d2810
to
b4860bf
Compare
No description provided.