Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
ce53caf3
Commit
ce53caf3
authored
Jul 23, 2024
by
Titus von Koeller
Browse files
release 0.43.2
parent
15711106
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
2 deletions
+25
-2
CHANGELOG.md
CHANGELOG.md
+18
-0
_typos.toml
_typos.toml
+5
-0
bitsandbytes/__init__.py
bitsandbytes/__init__.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.md
View file @
ce53caf3
### 0.43.2
#### Improvements:
-
docs: FSDP+QLoRA and CPU install guide (#1211 #1227, thanks @stevhliu)
-
Add CUDA 12.5 and update 12.4 builds (#1284)
#### Bug Fixes
-
4bit getstate and 8bit deepcopy (#1230 #1231, thanks @BenjaminBossan)
-
missing optimizers in
`str2optimizer32bit`
(#1222, thanks @EtienneDosSantos)
-
CUDA 12.5 build issue (#1273, thanks @HennerM)
-
fix for min_8bit_size functionality in Optimizer base classes (#1286, thanks @Edenzzzz)
-
QLoRA mem bug (#1270, thanks @Ther-nullptr)
-
tests for cpu only platforms (#1259, thanks @galqiwi)
-
restoration of quant_storage for CPU offloading (#1279)
-
optim update error with non-contiguous grads/params (deepspeed) (#1187)
### 0.43.1
### 0.43.1
#### Improvements:
#### Improvements:
...
...
_typos.toml
View file @
ce53caf3
[files]
[files]
[default]
extend-ignore-re
=
[
"@Ther-nul"
,
# valid Github user
]
[default.extend-identifiers]
[default.extend-identifiers]
[type.py.extend-words]
[type.py.extend-words]
...
...
bitsandbytes/__init__.py
View file @
ce53caf3
...
@@ -21,4 +21,4 @@ __pdoc__ = {
...
@@ -21,4 +21,4 @@ __pdoc__ = {
"optim.optimizer.MockArgs"
:
False
,
"optim.optimizer.MockArgs"
:
False
,
}
}
__version__
=
"0.43.2
.dev
"
__version__
=
"0.43.2"
setup.py
View file @
ce53caf3
...
@@ -25,7 +25,7 @@ class BinaryDistribution(Distribution):
...
@@ -25,7 +25,7 @@ class BinaryDistribution(Distribution):
setup
(
setup
(
name
=
"bitsandbytes"
,
name
=
"bitsandbytes"
,
version
=
"0.43.2
.dev
"
,
version
=
"0.43.2"
,
author
=
"Tim Dettmers"
,
author
=
"Tim Dettmers"
,
author_email
=
"dettmers@cs.washington.edu"
,
author_email
=
"dettmers@cs.washington.edu"
,
description
=
"k-bit optimizers and matrix multiplication routines."
,
description
=
"k-bit optimizers and matrix multiplication routines."
,
...
...
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