Skip to content

Commit 7e16503

Browse files
Patch Release 0.48.1
1 parent 874111f commit 7e16503

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
retention-days: 7
127127

128128
build-rocm:
129+
if: false # Temporary
129130
strategy:
130131
matrix:
131132
os: [ubuntu-22.04]
@@ -171,7 +172,7 @@ jobs:
171172
needs:
172173
- build-cpu
173174
- build-cuda
174-
- build-rocm
175+
#- build-rocm
175176
- build-xpu
176177
strategy:
177178
matrix:

bitsandbytes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ def _import_backends():
7575
"optim.optimizer.MockArgs": False,
7676
}
7777

78-
__version__ = "0.48.1.dev0"
78+
__version__ = "0.48.1"

0 commit comments

Comments
 (0)