Skip to content

Commit 8ccc0b0

Browse files
committed
Merge branch 'main' of github.com:TimDettmers/bitsandbytes into main
2 parents 19a7adc + 2e630b5 commit 8ccc0b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bitsandbytes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
)
1313
from .cextension import COMPILED_WITH_CUDA
1414
from .nn import modules
15-
from . import cuda_setup
15+
from . import cuda_setup, utils
1616

1717
if COMPILED_WITH_CUDA:
1818
from .optim import adam

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def read(fname):
1818

1919
setup(
2020
name=f"bitsandbytes",
21-
version=f"0.32.2",
21+
version=f"0.32.3",
2222
author="Tim Dettmers",
2323
author_email="[email protected]",
2424
description="8-bit optimizers and matrix multiplication routines.",

0 commit comments

Comments
 (0)