-
Notifications
You must be signed in to change notification settings - Fork 200
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
Fixed WWB im2im tests #1482
Merged
ilya-lavrenov
merged 8 commits into
openvinotoolkit:master
from
AlexKoff88:ak/wwb_tests_fix
Jan 6, 2025
Merged
Fixed WWB im2im tests #1482
ilya-lavrenov
merged 8 commits into
openvinotoolkit:master
from
AlexKoff88:ak/wwb_tests_fix
Jan 6, 2025
Conversation
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
github-actions
bot
added
category: llm_bench
Label for tool/llm_bench folder
category: WWB
PR changes WWB
category: GHA
CI based on Github actions
labels
Jan 6, 2025
eaidova
approved these changes
Jan 6, 2025
eaidova
reviewed
Jan 6, 2025
eaidova
reviewed
Jan 6, 2025
Co-authored-by: Ekaterina Aidova <ekaterina.aidova@intel.com>
Co-authored-by: Ekaterina Aidova <ekaterina.aidova@intel.com>
github-actions
bot
removed
the
category: llm_bench
Label for tool/llm_bench folder
label
Jan 6, 2025
@@ -181,6 +181,7 @@ jobs: | |||
python -m pip install ${{ env.SRC_DIR }} -v ${{ needs.openvino_download.outputs.ov_wheel_source }} | |||
python -m pip install -r ${{ env.WWB_PATH }}/requirements.txt ${{ needs.openvino_download.outputs.ov_wheel_source }} | |||
python -m pip install git+https://github.com/huggingface/optimum-intel.git@main#egg=optimum-intel | |||
pip install -U --force-reinstall datasets==3.1.0 |
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.
let's check whether it's still required #1484
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Using
datasets==3.2.0
breaks the Python process with some GIL issue: