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
/
test_autograd.py
Age
Commit message (
Expand
)
Author
2022-09-20
try fp32
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-08-23
Some initial code. Needs to be tested.
Tim Dettmers
2022-08-16
Added fused bias to matmullt.
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-03
Added fixes for the case that matmullt dim A is zero, e.g. [0, 768].
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-22
Most tests passing.
Tim Dettmers