diff options
author | Tim Dettmers <tim.dettmers@gmail.com> | 2022-08-23 16:08:26 -0700 |
---|---|---|
committer | Tim Dettmers <tim.dettmers@gmail.com> | 2022-08-23 16:08:26 -0700 |
commit | 8e7053a988f7bf6c0b2605a3d0ec461f5d9b05e4 (patch) | |
tree | b58dec5f76735cc789fdb7d3d3abb8e1e8f9a344 | |
parent | ee5b947e63c2340405f25e4e83066f39292bc0ed (diff) |
0.32.2: cpuonly fix and pascal error message.
-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.1", + version=f"0.32.2", author="Tim Dettmers", author_email="dettmers@cs.washington.edu", description="8-bit optimizers and matrix multiplication routines.", |