Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
50516cf5
Commit
50516cf5
authored
Sep 30, 2025
by
Matthew Douglas
Browse files
Release 0.48.0
parent
3bc432bf
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
7 deletions
+8
-7
.github/workflows/python-package.yml
.github/workflows/python-package.yml
+2
-1
README.md
README.md
+4
-4
bitsandbytes/__init__.py
bitsandbytes/__init__.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
.github/workflows/python-package.yml
View file @
50516cf5
...
@@ -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
:
...
...
README.md
View file @
50516cf5
...
@@ -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.4
7
.0 tag
](
https://github.com/bitsandbytes-foundation/bitsandbytes/blob/0.4
7
.0/README.md#accelerator-support
)
.
[
document in the 0.4
8
.0 tag
](
https://github.com/bitsandbytes-foundation/bitsandbytes/blob/0.4
8
.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>
...
...
bitsandbytes/__init__.py
View file @
50516cf5
...
@@ -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"
setup.py
View file @
50516cf5
...
@@ -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
=
"."
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment