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
8ccc0b0e
"git@developer.sourcefind.cn:OpenDAS/mmcv.git" did not exist on "ea84b674490cc5fe52478c7886de2b99843883cf"
Commit
8ccc0b0e
authored
Sep 11, 2022
by
Tim Dettmers
Browse files
Merge branch 'main' of github.com:TimDettmers/bitsandbytes into main
parents
19a7adca
2e630b55
Changes
2
Hide 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 @
8ccc0b0e
...
...
@@ -12,7 +12,7 @@ from .autograd._functions import (
)
from
.cextension
import
COMPILED_WITH_CUDA
from
.nn
import
modules
from
.
import
cuda_setup
from
.
import
cuda_setup
,
utils
if
COMPILED_WITH_CUDA
:
from
.optim
import
adam
...
...
setup.py
View file @
8ccc0b0e
...
...
@@ -18,7 +18,7 @@ def read(fname):
setup
(
name
=
f
"bitsandbytes"
,
version
=
f
"0.32.
2
"
,
version
=
f
"0.32.
3
"
,
author
=
"Tim Dettmers"
,
author_email
=
"dettmers@cs.washington.edu"
,
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