index
:
ben/bitsandbytes.git
main
fork of github.com/TimDettmers/bitsandbytes, trying to package it via nix
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bitsandbytes
/
optim
Age
Commit message (
Collapse
)
Author
2022-08-23
Some initial code. Needs to be tested.
Tim Dettmers
2022-08-01
reran black with linelength 80 for greater readability
Titus von Koeller
2022-08-01
ran black and isort for coherent code formatting
Titus von Koeller
2022-07-01
Fix imports
Max Ryabinin
2022-07-01
Add a CPU-only build option
Max Ryabinin
2022-06-30
Remove unused imports, fix NotImplementedError
Max Ryabinin
2021-11-29
Added module override, bnb.nn.Embedding #13 #15 #19
Tim Dettmers
2021-11-29
Merge branch 'main' of github.com:facebookresearch/bitsandbytes into 0.26.0
Tim Dettmers
2021-11-29
Fixed unsafe use of eval. #8
Tim Dettmers
2021-11-28
Added AdamW. #10 #13
Tim Dettmers
2021-11-10
Added adagrad with tests (no clipping).
Tim Dettmers
2021-10-31
Add missing imports to adam
Konstantin Ditschuneit
2021-10-21
Fixed syntax and import error.
Tim Dettmers
2021-10-21
Added analysis Adam.
Tim Dettmers
2021-10-21
Copied over Analysis Adam.
Tim Dettmers
2021-10-20
Added skip_zeros; tests are passing.
Tim Dettmers
2021-10-20
Initial plumbing for skip_zeros.
Tim Dettmers
2021-10-07
Changed from testpypi to pypi. Release 0.0.24
Tim Dettmers
2021-10-05
Initial commit
Tim Dettmers