Skip to content

Commit 3a92e8e

Browse files
Temporary updates for release
1 parent b8d1c26 commit 3a92e8e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
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 # Temporarily disabled for release
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:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ bitsandbytes has the following minimum requirements for all platforms:
2626
#### Accelerator support:
2727

2828
<small>Note: this table reflects the status of the current development branch. For the latest stable release, see the
29-
[document in the 0.47.0 tag](https://github.com/bitsandbytes-foundation/bitsandbytes/blob/0.47.0/README.md#accelerator-support).
29+
[document in the 0.48.0 tag](https://github.com/bitsandbytes-foundation/bitsandbytes/blob/0.48.0/README.md#accelerator-support).
3030
</small>
3131

3232
##### Legend:
@@ -73,9 +73,9 @@ bitsandbytes has the following minimum requirements for all platforms:
7373
CDNA: gfx90a, gfx942<br>
7474
RDNA: gfx1100
7575
</td>
76-
<td></td>
77-
<td>〰️</td>
78-
<td></td>
76+
<td>🚧</td>
77+
<td>🚧</td>
78+
<td>🚧</td>
7979
</tr>
8080
<tr>
8181
<td></td>

0 commit comments

Comments
 (0)