You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -239,3 +239,11 @@ Features:
239
239
- Doubled quantization routines for 4-bit quantization
240
240
- Paged optimizers for Adam and Lion.
241
241
- bfloat16 gradient / weight support for Adam and Lion with 8 or 32-bit states.
242
+
243
+
Bug fixes:
244
+
- Fixed a bug where 8-bit models consumed twice the memory as expected after serialization
245
+
246
+
Deprecated:
247
+
- Kepler binaries (GTX 700s and Tesla K40/K80) are not longer provided via pip and need to be compiled from source. Kepler support might be fully removed in the future.
Copy file name to clipboardExpand all lines: compile_from_source.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,3 +33,8 @@ You can set `CUDA_HOME` to `/usr/local/cuda-11.7`. For example, you might be abl
33
33
34
34
35
35
If you have problems compiling the library with these instructions from source, please open an issue.
36
+
37
+
## Compilation with Kepler
38
+
39
+
Since 0.39.1 bitsandbytes installed via pip no longer provides Kepler binaries and these need to be compiled from source. Follow the steps above and instead of `cuda11x_nomatmul` etc use `cuda11x_nomatmul_kepler`
0 commit comments