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
/
bitsandbytes
/
functional.py
Age
Commit message (
Expand
)
Author
2022-08-08
Fixed prod Python < 3.7 compatibility in function.py.
Tim Dettmers
2022-08-04
Merge branch 'debug' into cuda-bin-switch-and-cli
Tim Dettmers
2022-08-04
Added pre/post device call for extract outliers.
Tim Dettmers
2022-08-04
Merge branch 'extract_outliers' into debug
Tim Dettmers
2022-08-04
Added pre and post device call to transform.
Tim Dettmers
2022-08-03
Removed print statement.
Tim Dettmers
2022-08-03
Added fixes for the case that matmullt dim A is zero, e.g. [0, 768].
Tim Dettmers
2022-08-03
Added CUDA block assert and is_on_gpu check.
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-26
Merge branch 'patch_merge' into extract_outliers
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-22
Most tests passing.
Tim Dettmers
2022-07-01
Fix imports
Max Ryabinin
2022-07-01
Add a CPU-only build option
Max Ryabinin
2022-06-30
Remove unused imports, fix NotImplementedError
Max Ryabinin
2021-11-10
Added adagrad with tests (no clipping).
Tim Dettmers
2021-10-20
Added skip_zeros; tests are passing.
Tim Dettmers
2021-10-20
Initial plumbing for skip_zeros.
Tim Dettmers
2021-10-05
Initial commit
Tim Dettmers