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
/
tests
Age
Commit message (
Collapse
)
Author
2022-09-18
debug
justheuristic
2022-09-18
pre-cast
justheuristic
2022-09-18
debug
justheuristic
2022-09-18
run backward
justheuristic
2022-09-18
add memory efficient backward
justheuristic
2022-09-18
bump threshold to 0.21
justheuristic
2022-09-18
more lenient threshold
justheuristic
2022-09-18
cast properly
justheuristic
2022-09-17
un-fuse bias
justheuristic
2022-09-17
copypaste tolerances
justheuristic
2022-09-17
clearer assertions
justheuristic
2022-09-17
check dtypes first
justheuristic
2022-09-17
check dtypes first
justheuristic
2022-09-17
cast to half before double_quant
justheuristic
2022-09-17
test_bf16
justheuristic
2022-09-13
Fixed cpu blockwise quantization for small input tensors.
Tim Dettmers
2022-09-11
Fixed 2^31 max size issue for cpu blockwise quant.
Tim Dettmers
2022-08-23
Some initial code. Needs to be tested.
Tim Dettmers
2022-08-17
Fixed bug in Linear8bitLt, when the bias is None.
Tim Dettmers
2022-08-16
Added fused bias to matmullt.
Tim Dettmers
2022-08-16
Added fused bias in dequant_mm.
Tim Dettmers
2022-08-16
Removed storage() from get_ptr; added boilerplate for bias dequant_mm.
Tim Dettmers
2022-08-05
Added the case that all env variables are empty (CUDA docker).
Tim Dettmers
2022-08-04
Fixed bugs in cuda setup.
Tim Dettmers
2022-08-04
Merge branch 'debug' into cuda-bin-switch-and-cli
Tim Dettmers
2022-08-04
Merge branch 'extract_outliers' into debug
Tim Dettmers
2022-08-03
Added fixes for the case that matmullt dim A is zero, e.g. [0, 768].
Tim Dettmers
2022-08-02
factored cuda_setup.main out into smaller modules and functions
Titus von Koeller
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
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-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-26
Merge branch 'patch_merge' into extract_outliers
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-25
Removed rowscale (segfaults on ampere).
Tim Dettmers
2022-07-25
Fixed makefile; fixed Ampere igemmlt_8 bug.
Tim Dettmers
2022-07-22
Most tests passing.
Tim Dettmers
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
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-20
Initial plumbing for skip_zeros.
Tim Dettmers
2021-10-05
Initial commit
Tim Dettmers