diff options
author | Tim Dettmers <tim.dettmers@gmail.com> | 2022-07-26 09:12:16 -0700 |
---|---|---|
committer | Tim Dettmers <tim.dettmers@gmail.com> | 2022-07-26 09:12:16 -0700 |
commit | 953b7285ddf55913732bc9f137953dd00ac64c35 (patch) | |
tree | b5e0c964fac4aaf9f7bd173366230324208b26d1 /setup.py | |
parent | f2dd703251aaff826a85c7f77624dfe5cbc91c6c (diff) |
Fixed cpuonly build.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ version = os.getenv("CUDA_VERSION", "cpu") setup( name="bitsandbytes", - version=f"0.26.0+{version}", + version=f"0.30.0", author="Tim Dettmers", author_email="dettmers@cs.washington.edu", description="8-bit optimizers and quantization routines.", |