"...csrc/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "c8f7d772e844d707e152e2a1fa1aad26cf1b7530"
Commit ce53caf3 authored by Titus von Koeller's avatar Titus von Koeller
Browse files

release 0.43.2

parent 15711106
### 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:
......
[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]
......
...@@ -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"
...@@ -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.",
......
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