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

Release 0.48.0

parent 3bc432bf
......@@ -126,6 +126,7 @@ jobs:
retention-days: 7
build-rocm:
if: false # Temporarily disabled for release
strategy:
matrix:
os: [ubuntu-22.04]
......@@ -171,7 +172,7 @@ jobs:
needs:
- build-cpu
- build-cuda
- build-rocm
#- build-rocm
- build-xpu
strategy:
matrix:
......
......@@ -26,7 +26,7 @@ bitsandbytes has the following minimum requirements for all platforms:
#### Accelerator support:
<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>
##### Legend:
......@@ -73,9 +73,9 @@ bitsandbytes has the following minimum requirements for all platforms:
CDNA: gfx90a, gfx942<br>
RDNA: gfx1100
</td>
<td></td>
<td>〰️</td>
<td></td>
<td>🚧</td>
<td>🚧</td>
<td>🚧</td>
</tr>
<tr>
<td></td>
......
......@@ -75,4 +75,4 @@ __pdoc__ = {
"optim.optimizer.MockArgs": False,
}
__version__ = "0.48.0.dev0"
__version__ = "0.48.0"
......@@ -31,7 +31,7 @@ class ExtBuildPy(build_py):
setup(
version="0.48.0.dev0",
version="0.48.0",
packages=find_packages(),
distclass=BinaryDistribution,
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