We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19a7adc + 2e630b5 commit 8ccc0b0Copy full SHA for 8ccc0b0
bitsandbytes/__init__.py
@@ -12,7 +12,7 @@
12
)
13
from .cextension import COMPILED_WITH_CUDA
14
from .nn import modules
15
-from . import cuda_setup
+from . import cuda_setup, utils
16
17
if COMPILED_WITH_CUDA:
18
from .optim import adam
setup.py
@@ -18,7 +18,7 @@ def read(fname):
19
setup(
20
name=f"bitsandbytes",
21
- version=f"0.32.2",
+ version=f"0.32.3",
22
author="Tim Dettmers",
23
author_email="[email protected]",
24
description="8-bit optimizers and matrix multiplication routines.",
0 commit comments