- 02 Feb, 2024 1 commit
-
-
Younes Belkada authored
Optimize Cmake build slightly
-
- 01 Feb, 2024 22 commits
-
-
Titus authored
-
Titus authored
-
Aarni Koskela authored
-
Aarni Koskela authored
-
Aarni Koskela authored
-
Aarni Koskela authored
-
Aarni Koskela authored
-
Aarni Koskela authored
-
Younes Belkada authored
Cmake + workflows
-
Younes Belkada authored
-
Younes Belkada authored
-
Won-Kyu Park authored
-
Won-Kyu Park authored
* add a comment suggested by @akx (2024/01/30) Co-authored-by:Aarni Koskela <akx@iki.fi>
-
Won-Kyu Park authored
* build matrix for ubuntu + python 3.10, 3.11 + cuda 11.8 + 12.1 (windows is disabled for now) * add environment-bnb.yml for building * more fixes suggested by @akx (2024/01/30) * use python -m build --wheel suggested by @akx Co-authored-by:Aarni Koskela <akx@iki.fi>
-
James Wyatt authored
* fix project name and add lib prefix for win32 (2024/01/31) * set LIBRARY_OUTPUT_DIRECTORY property Co-authored-by:Won-Kyu Park <wkpark@gmail.com>
-
Won-Kyu Park authored
-
Younes Belkada authored
minimal patch to fix Windows compilation issues
-
Younes Belkada authored
Create upload_pr_documentation.yml
-
Younes Belkada authored
-
Younes Belkada authored
-
Aarni Koskela authored
* test_nvidia_transform: fix variable reference `out_order` is the global parametrization list, not the test fixture argument * Make `parametrize` use more idiomatic * Use a more deterministic helper for `dim*` determination * Convert NO_CUBLASLT errors into skips too * Mark slow and benchmark tests as such (allows `-k "not benchmark"`)
-
Aarni Koskela authored
`out_order` is the global parametrization list, not the test fixture argument
-
- 31 Jan, 2024 2 commits
-
-
James Wyatt authored
based on @Jamezo97 and @acpopescu work manually cherry-picked from PR #788 and PR #229 and cleanup by wkpark Signed-off-by:Won-Kyu Park <wkpark@gmail.com>
-
Younes Belkada authored
-
- 30 Jan, 2024 2 commits
-
-
Aarni Koskela authored
-
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>
-
- 29 Jan, 2024 4 commits
-
-
Aarni Koskela authored
* Fix erroneous type aliasing * Fix `Optional` typings (see PEP 484) * Add Mypy ignores * Fix Mypy complaints for method tables * Fix type for get_ptr * Fix various Mypy errors * Fix missed call to is_triton_available
-
Aarni Koskela authored
-
Aarni Koskela authored
-
Aarni Koskela authored
-
- 28 Jan, 2024 1 commit
-
-
SUN Haibo authored
-
- 26 Jan, 2024 1 commit
-
-
Won-Kyu Park authored
* fix library loading Signed-off-by:
Won-Kyu Park <wkpark@gmail.com> * fixed library loading * use os.pathsep * use glob(), search CUDA_PATH * call find_file_recursive() without ext --------- Signed-off-by:
Won-Kyu Park <wkpark@gmail.com> Co-authored-by:
James Wyatt <Jamezo97@gmail.com>
-
- 25 Jan, 2024 1 commit
-
-
Miles Cranmer authored
* Fix `max_memory` example on README - The new `max_memory` syntax expects a dictionary - This change also accounts for multiple devices * Fix model name in `from_pretrained` on README
-
- 24 Jan, 2024 2 commits
-
-
Aarni Koskela authored
* implicitly skip any test that implicitly uses CUDA on a non-CUDA box * add a `requires_cuda` fixture
-
Animesh Kumar authored
-
- 23 Jan, 2024 4 commits
-
-
Charles Coulombe authored
* Added install requirements to setup * Update setup.py Co-authored-by:
Aarni Koskela <akx@iki.fi> --------- Co-authored-by:
Aarni Koskela <akx@iki.fi>
-
Kaiser Pister authored
Remove redundant key
-
Korytov Pavel authored
-
Zoey authored
Bump CUDA 12.2.0 to 12.2.1, fix setup support for Cuda 12.1 (#703), Sort compute capabilities sets to select max * Add support for CUDA 12.1 * Update README to include CUDA 12.1 version * Add support for >= 12x Co-authored-by:
Jeongseok Kang <jskang@lablup.com> * Temporary version of bitsandbytes PR 527: Sort compute capabilities sets to select max * Modify PR 506 to support C++20 * Add Cuda 12.2 --------- Co-authored-by:
PriNova <info@prinova.de> Co-authored-by:
PriNova <31413214+PriNova@users.noreply.github.com> Co-authored-by:
Jeongseok Kang <jskang@lablup.com>
-