Commit 50516cf5 authored by Matthew Douglas's avatar Matthew Douglas
Browse files

Release 0.48.0

parent 3bc432bf
...@@ -126,6 +126,7 @@ jobs: ...@@ -126,6 +126,7 @@ jobs:
retention-days: 7 retention-days: 7
build-rocm: build-rocm:
if: false # Temporarily disabled for release
strategy: strategy:
matrix: matrix:
os: [ubuntu-22.04] os: [ubuntu-22.04]
...@@ -171,7 +172,7 @@ jobs: ...@@ -171,7 +172,7 @@ jobs:
needs: needs:
- build-cpu - build-cpu
- build-cuda - build-cuda
- build-rocm #- build-rocm
- build-xpu - build-xpu
strategy: strategy:
matrix: matrix:
......
...@@ -26,7 +26,7 @@ bitsandbytes has the following minimum requirements for all platforms: ...@@ -26,7 +26,7 @@ bitsandbytes has the following minimum requirements for all platforms:
#### Accelerator support: #### Accelerator support:
<small>Note: this table reflects the status of the current development branch. For the latest stable release, see the <small>Note: this table reflects the status of the current development branch. For the latest stable release, see the
[document in the 0.47.0 tag](https://github.com/bitsandbytes-foundation/bitsandbytes/blob/0.47.0/README.md#accelerator-support). [document in the 0.48.0 tag](https://github.com/bitsandbytes-foundation/bitsandbytes/blob/0.48.0/README.md#accelerator-support).
</small> </small>
##### Legend: ##### Legend:
...@@ -73,9 +73,9 @@ bitsandbytes has the following minimum requirements for all platforms: ...@@ -73,9 +73,9 @@ bitsandbytes has the following minimum requirements for all platforms:
CDNA: gfx90a, gfx942<br> CDNA: gfx90a, gfx942<br>
RDNA: gfx1100 RDNA: gfx1100
</td> </td>
<td></td> <td>🚧</td>
<td>〰️</td> <td>🚧</td>
<td></td> <td>🚧</td>
</tr> </tr>
<tr> <tr>
<td></td> <td></td>
......
...@@ -75,4 +75,4 @@ __pdoc__ = { ...@@ -75,4 +75,4 @@ __pdoc__ = {
"optim.optimizer.MockArgs": False, "optim.optimizer.MockArgs": False,
} }
__version__ = "0.48.0.dev0" __version__ = "0.48.0"
...@@ -31,7 +31,7 @@ class ExtBuildPy(build_py): ...@@ -31,7 +31,7 @@ class ExtBuildPy(build_py):
setup( setup(
version="0.48.0.dev0", version="0.48.0",
packages=find_packages(), packages=find_packages(),
distclass=BinaryDistribution, distclass=BinaryDistribution,
cmake_source_dir=".", cmake_source_dir=".",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment