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 1abd5e7 commit 6d0a5cdCopy full SHA for 6d0a5cd
.github/workflows/tests.yml
@@ -224,7 +224,7 @@ jobs:
224
# run: pip list
225
226
test-hpu:
227
- if: github.repository == 'bitsandbytes-foundation/bitsandbytes'
+ if: false # github.repository == 'bitsandbytes-foundation/bitsandbytes'
228
needs: build-cpu
229
strategy:
230
fail-fast: false
@@ -280,7 +280,7 @@ jobs:
280
run: pytest --durations=100
281
282
test-xpu:
283
284
285
286
0 commit comments