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
Age
Commit message (
Expand
)
Author
2022-07-25
Added matmul build and flags.
Tim Dettmers
2022-07-25
Some progress on build script; added multi-cuda install script.
Tim Dettmers
2022-07-25
Removed rowscale (segfaults on ampere).
Tim Dettmers
2022-07-25
Fixed makefile; fixed Ampere igemmlt_8 bug.
Tim Dettmers
2022-07-22
Fixed rowcol synchronization bug.
Tim Dettmers
2022-07-22
Most tests passing.
Tim Dettmers
2022-07-18
Merge pull request #3 from TimDettmers/cpuonly
Tim Dettmers
2022-07-01
Update README.md
Max Ryabinin
2022-07-01
Reduce diff
Max Ryabinin
2022-07-01
Reduce diff
Max Ryabinin
2022-07-01
Reduce diff
Max Ryabinin
2022-07-01
Reduce diff
Max Ryabinin
2022-07-01
Fix imports
Max Ryabinin
2022-07-01
Add a CPU-only build option
Max Ryabinin
2022-06-30
Merge pull request #2 from TimDettmers/fix_imports
Tim Dettmers
2022-06-30
Remove unused imports, fix NotImplementedError
Max Ryabinin
2021-11-29
Fixed makefile compute capabilities.
Tim Dettmers
2021-11-29
Bumped version for release.
Tim Dettmers
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
Merge pull request #14 from SirRob1997/main
Tim Dettmers
2021-11-29
Fixed unsafe use of eval. #8
Tim Dettmers
2021-11-28
Upgraded to -std=c++14; printing gpp version. #12
Tim Dettmers
2021-11-28
Added AdamW. #10 #13
Tim Dettmers
2021-11-15
[FIX] passing of sparse in StableEmbedding
Robin Schmidt
2021-11-15
Merge pull request #9 from ditschuk/fix_adam_imports
Tim Dettmers
2021-11-10
Updated changelog.
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
Changed versioning scheme to <major>.<minor>.<patch>.
Tim Dettmers
2021-10-21
Fixed compilation flag for CUDA 11.0.
Tim Dettmers
2021-10-21
Bumped version number for release.
Tim Dettmers
2021-10-21
Updated docs and changelog.
Tim Dettmers
2021-10-21
Added compilation from source instructions; easier compilation.
Tim Dettmers
2021-10-21
Added changes for analysis Adam.
Tim Dettmers
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
Updated changelog.
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-17
Added Kepler and fixed V100+CUDA101 support. #4 #5
Tim Dettmers
2021-10-07
Merge branch 'main' of github.com:facebookresearch/bitsandbytes into main
Tim Dettmers
2021-10-07
Updated readme with latest changes.
Tim Dettmers
2021-10-07
Changed from testpypi to pypi. Release 0.0.24
Tim Dettmers
2021-10-05
Initial commit
Tim Dettmers