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 78a754c commit c8f24afCopy full SHA for c8f24af
.github/actions/linux-testenv/action.yml
@@ -211,5 +211,5 @@ runs:
211
shell: bash -xe {0}
212
run: |
213
pip uninstall -y triton pytorch-triton-xpu && pip uninstall -y triton pytorch-triton-xpu
214
- pip install --no-deps ${{ github.workspace }}/wheels/pytorch*.whl
+ pip install ${{ github.workspace }}/wheels/pytorch*.whl
215
pip list |grep -E 'intel|torch|triton'
0 commit comments