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
Age
Commit message (
Collapse
)
Author
2022-09-17
some kind of warning or something when this is first executed to make people ↵
justheuristic
aware that a cast happens and the operation quantization is performed in fp16.
2022-09-17
Merge branch 'TimDettmers:main' into memory-efficient-backward
justheuristic
2022-09-11
Merge branch 'main' of github.com:TimDettmers/bitsandbytes into main
Tim Dettmers
2022-09-11
Fixed 2^31 max size issue for cpu blockwise quant.
Tim Dettmers
2022-09-11
bug fix
dbaranchuk
2022-09-11
refactoring
dbaranchuk
2022-09-11
refactoring
dbaranchuk
2022-09-11
clarified an exception message
dbaranchuk
2022-09-11
add memory effcient backward option
dbaranchuk
2022-09-10
Merge pull request #1 from TimDettmers/main
Dmitry Baranchuk
Update main branch
2022-09-08
Version bump + bnb.utils import fix.
Tim Dettmers
2022-09-05
Merge branch 'main' into remove_unused_code
Tim Dettmers
2022-08-29
req_gradA for casted & more efficient and accurate fp16 backward
dbaranchuk
2022-08-26
add dtype <-> fp16 cast
dbaranchuk
2022-08-25
memory efficient fp16 backward
dbaranchuk
2022-08-24
Replace print_stderr with warnings.warn
Max Ryabinin
2022-08-24
Remove unused code
Max Ryabinin
2022-08-23
Fixed issue where Pascal was not displaying proper error.
Tim Dettmers
2022-08-24
delete CxB from state
dbaranchuk
2022-08-24
minor fixes
dbaranchuk
2022-08-23
Some initial code. Needs to be tested.
Tim Dettmers
2022-08-23
minor fixes
dbaranchuk
2022-08-23
refactoring
dbaranchuk
2022-08-23
add memory efficient backward
dbaranchuk
2022-08-17
Fixed bug in Linear8bitLt, when the bias is None.
Tim Dettmers
2022-08-16
Enhanced error handling in CUDA SETUP failures.
Tim Dettmers
2022-08-16
Added fused bias to matmullt.
Tim Dettmers
2022-08-16
Merge branch 'cuda-bin-switch-and-cli' of ↵
Tim Dettmers
github.com:TimDettmers/bitsandbytes into cuda-bin-switch-and-cli
2022-08-16
Removed storage() from get_ptr; added boilerplate for bias dequant_mm.
Tim Dettmers
2022-08-09
Added CUDA version warning and fixed cuda_install for 9.2/10.2.
Tim Dettmers
2022-08-08
Fixed prod Python < 3.7 compatibility in function.py.
Tim Dettmers
2022-08-08
Removed prod for Python <= 3.7 compatibility.
Tim Dettmers
2022-08-07
Fixed bug where python -m bitsandbytes was failing.
Tim Dettmers
2022-08-05
Added the case that all env variables are empty (CUDA docker).
Tim Dettmers
2022-08-05
Now determining cuda version via libcudart.so call.
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
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-02
tentative refactoring of the compute capabilities code
Titus von Koeller
2022-08-02
factored cuda_setup.main out into smaller modules and functions
Titus von Koeller
2022-08-02
move cuda_setup code into subpackage
Titus von Koeller
2022-08-01
Fixed syntax error; bumped revision for beta release.
Tim Dettmers
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
deleted function that was moved but accidentally not removed in commit
Titus von Koeller
[next]