summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2022-08-23Some initial code. Needs to be tested.Tim Dettmers
2022-08-17Fixed bug in Linear8bitLt, when the bias is None.Tim Dettmers
2022-08-16Added fused bias to matmullt.Tim Dettmers
2022-08-16Added fused bias in dequant_mm.Tim Dettmers
2022-08-16Removed storage() from get_ptr; added boilerplate for bias dequant_mm.Tim Dettmers
2022-08-05Added the case that all env variables are empty (CUDA docker).Tim Dettmers
2022-08-04Fixed bugs in cuda setup.Tim Dettmers
2022-08-04Merge branch 'debug' into cuda-bin-switch-and-cliTim Dettmers
2022-08-04Merge branch 'extract_outliers' into debugTim Dettmers
2022-08-03Added fixes for the case that matmullt dim A is zero, e.g. [0, 768].Tim Dettmers
2022-08-02factored cuda_setup.main out into smaller modules and functionsTitus von Koeller
2022-08-01Added some more docs and comments.Tim Dettmers
2022-08-01Added full env variable search; CONDA_PREFIX priority.Tim Dettmers
2022-08-01reran black with linelength 80 for greater readabilityTitus von Koeller
2022-08-01ran black and isort for coherent code formattingTitus von Koeller
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-26Merge branch 'patch_merge' into extract_outliersTim 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-25Removed rowscale (segfaults on ampere).Tim Dettmers
2022-07-25Fixed makefile; fixed Ampere igemmlt_8 bug.Tim Dettmers
2022-07-22Most tests passing.Tim Dettmers
2022-06-30Remove unused imports, fix NotImplementedErrorMax Ryabinin
2021-11-29Added module override, bnb.nn.Embedding #13 #15 #19Tim Dettmers
2021-11-29Fixed unsafe use of eval. #8Tim Dettmers
2021-11-28Added AdamW. #10 #13Tim Dettmers
2021-11-10Added adagrad with tests (no clipping).Tim Dettmers
2021-10-20Initial plumbing for skip_zeros.Tim Dettmers
2021-10-05Initial commitTim Dettmers