Changelog and version bump.

This commit is contained in:
Tim Dettmers 2023-07-10 06:38:57 -07:00
parent 73aa4e0a33
commit 0d344b70ba
2 changed files with 9 additions and 1 deletions

View File

@ -247,3 +247,11 @@ Deprecated:
- 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.
### 0.40.0
Features:
- Added 4-bit inference kernels for batch size=1. Currently support are the NF4, FP4 data types.
- Added support for quantizations of bfloat16 input data.
Bug fixes:
- Added `device` variable for bitsandbytes layers to be compatible with PyTorch layers.

View File

@ -18,7 +18,7 @@ def read(fname):
setup(
name=f"bitsandbytes",
version=f"0.39.1",
version=f"0.40.0",
author="Tim Dettmers",
author_email="dettmers@cs.washington.edu",
description="k-bit optimizers and matrix multiplication routines.",