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 a1673d4 commit 7301838Copy full SHA for 7301838
.github/workflows/test.yml
@@ -97,7 +97,7 @@ jobs:
97
fi
98
99
- name: Install Triton
100
- if: steps.cache.outputs.cache-hit != 'true' && (matrix.pytorch-version != 'pytorch-2.9' || contains(matrix.alias, 'cpu'))
+ if: contains(matrix.alias, 'cpu') || (steps.cache.outputs.cache-hit != 'true' && matrix.pytorch-version != 'pytorch-2.9')
101
run: |
102
set -x
103
source .venv/bin/activate
0 commit comments