We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7098e94 commit d0a3920Copy full SHA for d0a3920
.github/workflows/test_openvino_slow.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Install dependencies
60
run: |
61
- pip install --upgrade pip uv
+ python -m pip install --upgrade pip uv
62
uv pip install .[openvino,tests,diffusers] transformers[testing]
63
64
- if: ${{ matrix.transformers-version != 'latest' && matrix.transformers-version != 'main' }}
0 commit comments