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 7136e0e commit b9839fbCopy full SHA for b9839fb
.github/workflows/ci.yml
@@ -461,7 +461,7 @@ jobs:
461
with:
462
name: sklearnex_build_${{ env.UXL_PYTHONVERSION }}
463
- name: Install PyTorch
464
- if: contains(matrix.FRAMEWORKS, 'numpy')
+ if: contains(matrix.FRAMEWORKS, 'pytorch')
465
run: |
466
pip install torch --index-url https://download.pytorch.org/whl/cpu
467
python -c "import torch; _=[print(torch.xpu.get_device_name(i)) for i in range(torch.xpu.device_count())]"
0 commit comments