- 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
-
- 19 Nov, 2024 1 commit
-
-
oshiteku authored
* Fix syntax warning * Update the ruff rules to check for warnings
-
- 14 Nov, 2024 1 commit
-
-
Matthew Douglas authored
-
- 23 Oct, 2024 1 commit
-
-
Aarni Koskela authored
* Update pre-commit tools * Fix typos
-
- 16 Oct, 2024 1 commit
-
-
pnunna93 authored
* Add build job for rocm * Add rocm build script * Copy shared obj file into output_dir * upload build artifacts and enable wheels build * Remove cuda build temporarily * Add ROCm version to .so filename * Add rocm_version to whls build * Revert "Remove cuda build temporarily" This reverts commit 1413c5f3a2aed51140b86daa8ee9283c67cce738. * Add rocm_version env var * Remove thrush header files * Print node info * print cuda node info * Revert "print cuda node info" This reverts commit cdb209a2eb896d9c4166f53e9b2aa580c10e42c0. * Revert "Print node info" This reverts commit 7e9a65c33f66fffcb14ee2438170718777c06022. * Add rocm arch to compile command * Rename .so files to rocm * Update default gpu arch * Skip cpu based igemmlt int tests on ROCm * Update Documentation * Update upstream repo name * Update docs * Update string format Co-authored-by:
Aarni Koskela <akx@iki.fi> * Remove pre-release option for torch install * Update pytorch install path Co-authored-by:
Titus <9048635+Titus-von-Koeller@users.noreply.github.com> * Add messages for Heuristics error * Remove toolcache for disk space * print disk usage * Clean disk space for linux * Fix for ubuntu * Add sudo for apt clean * Update clean up disk list * remove disk usage print * Add BNB_BACKEND variable * Update diagnostic functions for ROCm * Fix tuple error * Fix library detection bug for recursive and symlink cases * fix pre-commit errors * Remove recursive path lib search * Create function for runtime lib patterns * Update logger format Co-authored-by:
Aarni Koskela <akx@iki.fi> * Update error reporting Co-authored-by:
Aarni Koskela <akx@iki.fi> * Remove commented code Co-authored-by:
Aarni Koskela <akx@iki.fi> * Update error reporting Co-authored-by:
Aarni Koskela <akx@iki.fi> * Update error reporting * Create hip diagnostics functions * Fix Typo * Fix pre-commit checks * Enable 6.2 build * Skip gemv 4 bit cpu test * Update documentation for 6.2.0 pip install * Update README for default branch change * Fix typo * Sync README with upstream * Remove depth --------- Co-authored-by:
Aarni Koskela <akx@iki.fi> Co-authored-by:
Titus <9048635+Titus-von-Koeller@users.noreply.github.com> Co-authored-by:
Aswin John Mathews <81309834+amathews-amd@users.noreply.github.com> Co-authored-by:
root <root@banff-cyxtera-s78-4.ctr.dcgpu>
-
- 14 Oct, 2024 1 commit
-
-
Aarni Koskela authored
-
- 01 Oct, 2024 2 commits
-
-
Titus von Koeller authored
-
Titus authored
-
- 30 Sep, 2024 7 commits
-
-
Titus authored
* refine docs for multi-backend alpha release * docs: further tweaks to multi-backend alpha docs * docs: further tweaks to multi-backend alpha docs * docs: further tweaks to multi-backend alpha docs * docs: add multi-backend feedback links * docs: add request for contributions * docs: small fixes * docs: small fixes * docs: add info about `main` continuous build * docs: further tweaks to multi-backend alpha docs * docs: further tweaks to multi-backend alpha docs
-
Titus von Koeller authored
-
Titus von Koeller authored
-
Titus von Koeller authored
-
Matthew Douglas authored
-
Matthew Douglas authored
-
Matthew Douglas authored
-
- 27 Sep, 2024 1 commit
-
-
Titus von Koeller authored
-
- 24 Sep, 2024 3 commits
-
-
Matthew Douglas authored
-
Matthew Douglas authored
-
Matthew Douglas authored
* CI/CD: Add step to publish wheels on tag creation * Remove file * Restrict pre-release workflow branches * Update PyPI publishing * Update PyPI publishing * Update package workflow name * continuous pre-release only on main
-
- 21 Sep, 2024 1 commit
-
-
jiqing-feng authored
* cpu benchmark * try to fix formatting * cleanup * cleanup --------- Co-authored-by:Titus <9048635+Titus-von-Koeller@users.noreply.github.com>
-
- 20 Sep, 2024 2 commits
-
-
Matthew Douglas authored
* Change 8bit optimizer blocksize 2048->256; additional bf16 support * Update tolerances for 8bit optimizer tests
-
Matthew Douglas authored
* Add AdEMAMix optimizer * Add PagedAdEMAMix32bit, AdEMAMix32bit * Add PagedAdEMAMix32bit, AdEMAMix32bit * AdEMAMix: add support for alpha/beta3 scheduling * Update paged AdEMAMix
-
- 19 Sep, 2024 4 commits
-
-
Koute authored
This makes it possible to load an optimizer checkpoint without automatically moving the optimizer's state to the GPU.
-
Titus authored
-
dependabot[bot] authored
Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. Updates `matplotlib` to 3.9.2 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.1...v3.9.2 ) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:development dependency-group: major ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [wheel](https://github.com/pypa/wheel) and [scipy](https://github.com/scipy/scipy) to permit the latest version. Updates `pytest` from 8.3.2 to 8.3.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3) Updates `wheel` to 0.44.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.43.0...0.44.0) Updates `scipy` from 1.14.0 to 1.14.1 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.14.0...v1.14.1 ) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: wheel dependency-type: direct:development dependency-group: minor-patch - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 11 Sep, 2024 1 commit
-
-
Titus von Koeller authored
-
- 09 Sep, 2024 1 commit
-
-
Matthew Douglas authored
* Update for VS2022 17.11 compatibility with CUDA < 12.4 * Try again
-
- 30 Aug, 2024 1 commit
-
-
Titus von Koeller authored
-
- 29 Aug, 2024 1 commit
-
-
Titus von Koeller authored
-
- 26 Aug, 2024 2 commits
-
-
Titus von Koeller authored
-
Abhilash Majumder authored
* remove kcompress * fix initial template call * fix function name * remove vector load * cleanup reduce & rearrange * format
-
- 22 Aug, 2024 2 commits
-
-
Marvin Gießing authored
Signed-off-by:mgiessing <marvin.giessing@gmail.com>
-
Jee Jee Li authored
* Done * fix format * fix format * fix format * fix format * Address format error and fix default arg bug * Refine stream argument passing mechanism * Fix bug * Delete unused code
-
- 21 Aug, 2024 2 commits
-
-
Titus von Koeller authored
-
Titus von Koeller authored
-
- 18 Aug, 2024 1 commit
-
-
Titus von Koeller authored
-
- 14 Aug, 2024 1 commit
-
-
Matthew Douglas authored
-
- 06 Aug, 2024 1 commit
-
-
Vladimir Malinovskii authored
* Embedding4bit and Embedding8bit implementation * lint * Update bitsandbytes/nn/modules.py Co-authored-by:
Matthew Douglas <38992547+matthewdouglas@users.noreply.github.com> * Update bitsandbytes/nn/modules.py Co-authored-by:
Matthew Douglas <38992547+matthewdouglas@users.noreply.github.com> * Update bitsandbytes/nn/modules.py Co-authored-by:
Matthew Douglas <38992547+matthewdouglas@users.noreply.github.com> * saving -> Saving --------- Co-authored-by:
Matthew Douglas <38992547+matthewdouglas@users.noreply.github.com>
-
- 31 Jul, 2024 1 commit
-
-
Titus authored
-