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 874111f commit 7e16503Copy full SHA for 7e16503
.github/workflows/python-package.yml
@@ -126,6 +126,7 @@ jobs:
126
retention-days: 7
127
128
build-rocm:
129
+ if: false # Temporary
130
strategy:
131
matrix:
132
os: [ubuntu-22.04]
@@ -171,7 +172,7 @@ jobs:
171
172
needs:
173
- build-cpu
174
- build-cuda
- - build-rocm
175
+ #- build-rocm
176
- build-xpu
177
178
bitsandbytes/__init__.py
@@ -75,4 +75,4 @@ def _import_backends():
75
"optim.optimizer.MockArgs": False,
76
}
77
78
-__version__ = "0.48.1.dev0"
+__version__ = "0.48.1"
0 commit comments