diff options
author | Tim Dettmers <tim.dettmers@gmail.com> | 2022-08-05 08:57:52 -0700 |
---|---|---|
committer | Tim Dettmers <tim.dettmers@gmail.com> | 2022-08-05 08:57:52 -0700 |
commit | c472bd56f0929573cd1b8bb2f5e0646b641923e7 (patch) | |
tree | 5da4185d6ae3ae4e6504a24e99fb9663c742272f /setup.py | |
parent | 6ad8796cfcbf6da6f7aa33b7863721510582952e (diff) |
Added the case that all env variables are empty (CUDA docker).
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.3", + version=f"0.31.4", author="Tim Dettmers", author_email="dettmers@cs.washington.edu", description="8-bit optimizers and matrix multiplication routines.", |