summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-01Added full env variable search; CONDA_PREFIX priority.Tim Dettmers
2022-08-01deleted function that was moved but accidentally not removed in commitTitus von Koeller
2022-08-01reran black with linelength 80 for greater readabilityTitus von Koeller
2022-08-01refactored subshell execution code for greater readability and moved it to utilsTitus von Koeller
2022-08-01flake8 found some stuff that needs fixing before the releaseTitus von Koeller
2022-08-01ran black and isort for coherent code formattingTitus von Koeller
2022-08-01fix typoTitus von Koeller
2022-08-01minor refactor to more concise syntaxTitus von Koeller
2022-07-31Added adjusted build file.Tim Dettmers
2022-07-31Initial build script changes (untested on PyPi).Tim Dettmers
2022-07-31Full evaluate_cuda setup with integration test.Tim Dettmers
2022-07-27adding CLI tool for CUDA install debugging - intermediate commitTitus von Koeller
2022-07-27Fixed deployment script to check for LD_LIBRARY_PATH.Tim Dettmers
2022-07-27Fixed direct extraction masking.Tim Dettmers
2022-07-26Fixed make default to compile with cublaslt.Tim Dettmers
2022-07-26Merge branch 'patch_merge' into extract_outliersTim Dettmers
2022-07-26Matmullt with direct outlier extraction for 8-bit inference.Tim Dettmers
2022-07-26Added col_ampere outlier extraction kernel.Tim Dettmers
2022-07-26Working outlier extraction for Turing.Tim Dettmers
2022-07-26Boilerplate and test for extract_outliers.Tim Dettmers
2022-07-26Changed setup.py; deployed on test pypi.Tim Dettmers
2022-07-26Fixed cpuonly build.Tim Dettmers
2022-07-25Added matmul build and flags.Tim Dettmers
2022-07-25Some progress on build script; added multi-cuda install script.Tim Dettmers
2022-07-25Removed rowscale (segfaults on ampere).Tim Dettmers
2022-07-25Fixed makefile; fixed Ampere igemmlt_8 bug.Tim Dettmers
2022-07-22Fixed rowcol synchronization bug.Tim Dettmers
2022-07-22Most tests passing.Tim Dettmers
2022-07-18Merge pull request #3 from TimDettmers/cpuonlyTim Dettmers
Add a CPU-only build option
2022-07-01Update README.mdMax Ryabinin
2022-07-01Reduce diffMax Ryabinin
2022-07-01Reduce diffMax Ryabinin
2022-07-01Reduce diffMax Ryabinin
2022-07-01Reduce diffMax Ryabinin
2022-07-01Fix importsMax Ryabinin
2022-07-01Add a CPU-only build optionMax Ryabinin
2022-06-30Merge pull request #2 from TimDettmers/fix_importsTim Dettmers
Remove unused imports, fix NotImplementedError
2022-06-30Remove unused imports, fix NotImplementedErrorMax Ryabinin
2021-11-29Fixed makefile compute capabilities.Tim Dettmers
2021-11-29Bumped version for release.Tim Dettmers
2021-11-29Added module override, bnb.nn.Embedding #13 #15 #19Tim Dettmers
2021-11-29Merge branch 'main' of github.com:facebookresearch/bitsandbytes into 0.26.0Tim Dettmers
2021-11-29Merge pull request #14 from SirRob1997/mainTim Dettmers
[FIX] passing of sparse in StableEmbedding
2021-11-29Fixed unsafe use of eval. #8Tim Dettmers
2021-11-28Upgraded to -std=c++14; printing gpp version. #12Tim Dettmers
2021-11-28Added AdamW. #10 #13Tim Dettmers
2021-11-15[FIX] passing of sparse in StableEmbeddingRobin Schmidt
2021-11-15Merge pull request #9 from ditschuk/fix_adam_importsTim Dettmers
Add missing imports to adam
2021-11-10Updated changelog.Tim Dettmers
2021-11-10Added adagrad with tests (no clipping).Tim Dettmers