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 f5f4fed commit 332aed9Copy full SHA for 332aed9
.github/workflows/tests.yml
@@ -185,7 +185,7 @@ jobs:
185
- name: Install dependencies
186
run: |
187
pip install torch==2.7.0 --index-url https://download.pytorch.org/whl/cpu
188
- pip install intel_extension_for_pytorch==2.7.0 -extra-index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/
+ pip install intel_extension_for_pytorch==2.7.0 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/
189
pip install -e ".[test]"
190
pip install pytest-cov
191
0 commit comments