forked from mrq/bitsandbytes-rocm
Bumped version number for release.
This commit is contained in:
parent
3dc1688acb
commit
d8515f316d
2
setup.py
2
setup.py
|
@ -13,7 +13,7 @@ def read(fname):
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = f"bitsandbytes-cuda{os.environ['CUDA_VERSION']}",
|
name = f"bitsandbytes-cuda{os.environ['CUDA_VERSION']}",
|
||||||
version = "0.0.24",
|
version = "0.0.25",
|
||||||
author = "Tim Dettmers",
|
author = "Tim Dettmers",
|
||||||
author_email = "dettmers@cs.washington.edu",
|
author_email = "dettmers@cs.washington.edu",
|
||||||
description = ("8-bit optimizers and quantization routines."),
|
description = ("8-bit optimizers and quantization routines."),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user