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
/
cuda_setup.py
Age
Commit message (
Collapse
)
Author
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
2022-08-01
reran black with linelength 80 for greater readability
Titus von Koeller
2022-08-01
refactored subshell execution code for greater readability and moved it to utils
Titus von Koeller
2022-08-01
ran black and isort for coherent code formatting
Titus von Koeller
2022-08-01
fix typo
Titus von Koeller
2022-08-01
minor refactor to more concise syntax
Titus von Koeller
2022-07-31
Initial build script changes (untested on PyPi).
Tim Dettmers
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