Skip to content

Commit f92c536

Browse files
CHANGELOG: add v0.43.1
1 parent 0c33c0d commit f92c536

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
### 0.43.1
2+
3+
#### Improvements and New Features:
4+
5+
- Improved the serialization format for 8-bit weights; this change is fully backwards compatible. (#1164, thanks to @younesbelkada for the contributions and @akx for the review).
6+
- Added CUDA 12.4 support to the Linux x86-64 build workflow, expanding the library's compatibility with the latest CUDA versions. (#1171, kudos to @matthewdouglas for this addition).
7+
- Docs enhancement: Improved the instructions for installing the library from source. (#1149, special thanks to @stevhliu for the enhancements).
8+
9+
#### Bug Fixes
10+
11+
- Fix 4bit quantization with blocksize = 4096, where an illegal memory access was encountered. (#1160, thanks @matthewdouglas for fixing and @YLGH for reporting)
12+
13+
#### Internal Improvements:
14+
15+
- Tests: improve memory usage (#1147, thanks @matthewdouglas)
16+
- Add CUDA 12.4 to docs/install helper (#1136, thanks @matthewdouglas)
17+
- Minor type/doc fixes (#1128, thanks @akx)
18+
- Reformat Python code with Ruff (#1081, thanks @akx)
19+
- Rework of CUDA/native-library setup and diagnostics (#1041, thanks @akx)
20+
121
### 0.43.0
222

323
#### Improvements and New Features:

0 commit comments

Comments
 (0)