diff options
author | Tim Dettmers <tim.dettmers@gmail.com> | 2022-08-17 03:45:57 -0700 |
---|---|---|
committer | Tim Dettmers <tim.dettmers@gmail.com> | 2022-08-17 03:45:57 -0700 |
commit | 9d60b3c5279641ba936facd710c722ebe52fcf40 (patch) | |
tree | afc62a7ae35224acba5a03150623ef5a82830599 /setup.py | |
parent | b00cc9137fce41359318741106df92747aa14796 (diff) |
Fixed bug in Linear8bitLt, when the bias is None.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ def read(fname): setup( name=f"bitsandbytes", - version=f"0.32.0", + version=f"0.32.1", author="Tim Dettmers", author_email="dettmers@cs.washington.edu", description="8-bit optimizers and matrix multiplication routines.", |