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

Fixed WWB im2im tests #1482

Merged
merged 8 commits into from
Jan 6, 2025

Conversation

AlexKoff88
Copy link
Collaborator

@AlexKoff88 AlexKoff88 commented Jan 6, 2025

Using datasets==3.2.0 breaks the Python process with some GIL issue:

Fatal Python error: PyGILState_Release: thread state 0x7fa56809ade0 must be current when releasing
Python runtime state: finalizing (tstate=0x0000000000ad2958)

Thread 0x00007fa6ae07c740 (most recent call first):
  <no Python frame>

Extension modules: numpy.core._multiarray_umath, numpy.core._multiarray_tests, numpy.linalg._umath_linalg, numpy.fft._pocketfft_internal, numpy.random._common, numpy.random.bit_generator, numpy.random._boun
ded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, 

@github-actions 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
@ilya-lavrenov ilya-lavrenov added this to the 2025.0 milestone Jan 6, 2025
AlexKoff88 and others added 4 commits January 6, 2025 15:16
Co-authored-by: Ekaterina Aidova <ekaterina.aidova@intel.com>
Co-authored-by: Ekaterina Aidova <ekaterina.aidova@intel.com>
@github-actions github-actions bot removed the category: llm_bench Label for tool/llm_bench folder label Jan 6, 2025
@AlexKoff88 AlexKoff88 changed the title Fixed WWB im2imt tests Fixed WWB im2im tests Jan 6, 2025
@ilya-lavrenov ilya-lavrenov merged commit d3d628a into openvinotoolkit:master Jan 6, 2025
57 checks passed
@@ -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
Copy link
Contributor

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
Labels
category: GHA CI based on Github actions category: WWB PR changes WWB
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants