Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
2e630b55
Commit
2e630b55
authored
Sep 08, 2022
by
Tim Dettmers
Browse files
Version bump + bnb.utils import fix.
parent
f0ae860c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
bitsandbytes/__init__.py
bitsandbytes/__init__.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
bitsandbytes/__init__.py
View file @
2e630b55
...
@@ -12,7 +12,7 @@ from .autograd._functions import (
...
@@ -12,7 +12,7 @@ from .autograd._functions import (
)
)
from
.cextension
import
COMPILED_WITH_CUDA
from
.cextension
import
COMPILED_WITH_CUDA
from
.nn
import
modules
from
.nn
import
modules
from
.
import
cuda_setup
from
.
import
cuda_setup
,
utils
if
COMPILED_WITH_CUDA
:
if
COMPILED_WITH_CUDA
:
from
.optim
import
adam
from
.optim
import
adam
...
...
setup.py
View file @
2e630b55
...
@@ -18,7 +18,7 @@ def read(fname):
...
@@ -18,7 +18,7 @@ def read(fname):
setup
(
setup
(
name
=
f
"bitsandbytes"
,
name
=
f
"bitsandbytes"
,
version
=
f
"0.32.
2
"
,
version
=
f
"0.32.
3
"
,
author
=
"Tim Dettmers"
,
author
=
"Tim Dettmers"
,
author_email
=
"dettmers@cs.washington.edu"
,
author_email
=
"dettmers@cs.washington.edu"
,
description
=
"8-bit optimizers and matrix multiplication routines."
,
description
=
"8-bit optimizers and matrix multiplication routines."
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment