- 02 Sep, 2025 1 commit
-
-
Yuanyuan Chen authored
* Fix unused variable warnings and other ruff warnings Signed-off-by:
cyy <cyyever@outlook.com> * Fix format Signed-off-by:
cyy <cyyever@outlook.com> --------- Signed-off-by:
cyy <cyyever@outlook.com>
-
- 22 Apr, 2025 1 commit
-
-
Matthew Douglas authored
* Stop building for CUDA toolkit < 11.8 * Simplify * Drop sm70 from cu128 build targets to align with pytorch
-
- 02 Dec, 2024 1 commit
-
-
Matthew Douglas authored
* [Build] Add CUDA 12.6.2 build; update 12.5.0 to 12.5.1 * bump cuda-toolkit action version * Update docs for cuda versions
-
- 21 Jul, 2024 1 commit
-
-
Matthew Douglas authored
* Add CUDA 12.5 builds and enable CUDA 12.4 on Windows * Update install doc
-
- 29 Mar, 2024 1 commit
-
-
Matthew Douglas authored
-
- 26 Mar, 2024 1 commit
-
-
Matthew Douglas authored
* Add CUDA 12.4 download to utility script, docs * (ci) Add CUDA 12.4.0 build to workflow * Apply ruff format to install_cuda.py
-
- 13 Mar, 2024 1 commit
-
-
Ruff authored
-
- 22 Feb, 2024 1 commit
-
-
Matthew Douglas authored
(misc) Update CUDA download URLs
-
- 01 Feb, 2024 1 commit
-
-
Aarni Koskela authored
-
- 30 Jan, 2024 1 commit
-
-
Aarni Koskela authored
* Adjust Ruff configuration * do not autofix always * be less strict around tests and benchmarks * adjust ignores for now * Ruff: autofix I and F401 * Apply ruff autofixes * Fix RUF013 complaint * Fix mutable default in replace_linear * Don't use bare except * Wrap bitsandbytes.__main__ entrypoint in function; fix "sensible" typo * Fix ruff B008 (function call in arguments) * Add ruff noqas as suitable * Fix RUF005 (splat instead of concatenating) * Fix B018 (useless expression) * Add pre-commit configuration + GitHub Actions lint workflow * Fix unused `e` in bitsandbytes/__main__.py * fix merge conflict resolution error * run pre-commit hook --------- Co-authored-by:Titus <9048635+Titus-von-Koeller@users.noreply.github.com>
-
- 11 Dec, 2023 1 commit
-
-
Titus von Koeller authored
-