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-08-02
factored cuda_setup.main out into smaller modules and functions
Titus von Koeller
2022-08-02
move cuda_setup code into subpackage
Titus von Koeller
2022-08-01
Fixed syntax error; bumped revision for beta release.
Tim Dettmers
2022-08-01
Added some more docs and comments.
Tim Dettmers
2022-08-01
Added full env variable search; CONDA_PREFIX priority.
Tim Dettmers
2022-08-01
deleted function that was moved but accidentally not removed in commit
Titus von Koeller
2022-08-01
reran black with linelength 80 for greater readability
Titus von Koeller
2022-08-01
refactored subshell execution code for greater readability and moved it to utils
Titus von Koeller
2022-08-01
flake8 found some stuff that needs fixing before the release
Titus von Koeller
2022-08-01
ran black and isort for coherent code formatting
Titus von Koeller
2022-08-01
fix typo
Titus von Koeller
2022-08-01
minor refactor to more concise syntax
Titus von Koeller
2022-07-31
Added adjusted build file.
Tim Dettmers
2022-07-31
Initial build script changes (untested on PyPi).
Tim Dettmers
2022-07-31
Full evaluate_cuda setup with integration test.
Tim Dettmers
2022-07-27
adding CLI tool for CUDA install debugging - intermediate commit
Titus von Koeller
2022-07-27
Fixed deployment script to check for LD_LIBRARY_PATH.
Tim Dettmers
2022-07-27
Fixed direct extraction masking.
Tim Dettmers
2022-07-26
Fixed make default to compile with cublaslt.
Tim Dettmers
2022-07-26
Merge branch 'patch_merge' into extract_outliers
Tim Dettmers
2022-07-26
Matmullt with direct outlier extraction for 8-bit inference.
Tim Dettmers
2022-07-26
Added col_ampere outlier extraction kernel.
Tim Dettmers
2022-07-26
Working outlier extraction for Turing.
Tim Dettmers
2022-07-26
Boilerplate and test for extract_outliers.
Tim Dettmers
2022-07-26
Changed setup.py; deployed on test pypi.
Tim Dettmers
2022-07-26
Fixed cpuonly build.
Tim Dettmers
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
[prev]
[next]