Skip to content

Commit

Permalink
minor clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jianan-gu authored Feb 8, 2024
1 parent 0905ad7 commit 145a835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitsandbytes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

if COMPILED_WITH_CUDA:
from .optim import adam
from .backends import register_backend, backends
from .backends import register_backend
from .backends.cuda import CUDABackend
register_backend("cuda", CUDABackend())
__pdoc__ = {
Expand Down

0 comments on commit 145a835

Please sign in to comment.