diff options
author | Tim Dettmers <tim.dettmers@gmail.com> | 2022-08-16 19:03:19 -0700 |
---|---|---|
committer | Tim Dettmers <tim.dettmers@gmail.com> | 2022-08-16 19:03:19 -0700 |
commit | a6664de0720c7d8572a475a9c59f7dd85b5f83b0 (patch) | |
tree | 1342a757dfc60fe37f1d94371251fd17bc968bff /setup.py | |
parent | de354f7ded52bfa857089769225cdf1ee694bfd6 (diff) |
Enhanced error handling in CUDA SETUP failures.
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.31.8", + version=f"0.32.0", author="Tim Dettmers", author_email="dettmers@cs.washington.edu", description="8-bit optimizers and matrix multiplication routines.", |