Skip to content

Commit d8dbf3a

Browse files
committed
Added patch notes.
1 parent a17766d commit d8dbf3a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,19 @@ Features:
9090
Bug fixes:
9191
- Now throws and error if LLM.int8() is used on a GPU that is not supported.
9292
- Enhances error messaging if CUDA SETUP fails.
93+
94+
95+
### 0.33.0
96+
97+
#### Various bug fixes
98+
99+
Features:
100+
- CPU quantization now supports a variable `blocksize` variable to enhance quantization speed or precision.
101+
102+
Bug fixes:
103+
- fixed an issue in CPU quantization where tensors with more than 2^31 elements would fail 19a7adca7a6c9bf7061a384d7e9d9b13676a1a88
104+
- fixed a bug where cpu binaries would fail if no GPU would be detected eab4d8232d558f2e6bd7f7cc3d00e2e6e94f4e80
105+
- fixed an issue where cpu binaries cause additional stdout messages 92a3363096e10ad6a5c4e944af898bd1186d806a
106+
- fixed an import of bnb.utils 2e630b55f51d454f3bd723dffda68a07ef93190c
107+
108+
We thank @mryab, @mbrukman, @chessgecko, @dbaranchuk for pull request with bug fixes and new features.

0 commit comments

Comments
 (0)