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
/
setup.py
Age
Commit message (
Expand
)
Author
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-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-05
Added the case that all env variables are empty (CUDA docker).
Tim Dettmers
2022-08-05
Bumping version for TestPyPi release.
Tim Dettmers
2022-08-01
Fixed syntax error; bumped revision for beta release.
Tim Dettmers
2022-08-01
ran black and isort for coherent code formatting
Titus von Koeller
2022-07-31
Added adjusted build file.
Tim Dettmers
2022-07-31
Initial build script changes (untested on PyPi).
Tim Dettmers
2022-07-27
adding CLI tool for CUDA install debugging - intermediate commit
Titus von Koeller
2022-07-26
Changed setup.py; deployed on test pypi.
Tim Dettmers
2022-07-26
Fixed cpuonly build.
Tim Dettmers
2022-07-01
Add a CPU-only build option
Max Ryabinin
2021-11-29
Bumped version for release.
Tim Dettmers
2021-10-21
Changed versioning scheme to <major>.<minor>.<patch>.
Tim Dettmers
2021-10-21
Bumped version number for release.
Tim Dettmers
2021-10-07
Changed from testpypi to pypi. Release 0.0.24
Tim Dettmers
2021-10-05
Initial commit
Tim Dettmers