File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change @@ -75,4 +75,4 @@ def _import_backends():
7575 "optim.optimizer.MockArgs" : False ,
7676}
7777
78- __version__ = "0.48.0.dev0 "
78+ __version__ = "0.48.0"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def run(self):
3131
3232
3333setup (
34- version = "0.48.0.dev0 " ,
34+ version = "0.48.0" ,
3535 packages = find_packages (),
3636 distclass = BinaryDistribution ,
3737 cmake_source_dir = "." ,
You can’t perform that action at this time.
0 commit comments