- 05 Jun, 2024 1 commit
-
-
Younes Belkada authored
* Revert "Add `"lamb"` to `str2optimizer32bit`" * Update bitsandbytes/functional.py
-
- 30 May, 2024 4 commits
-
-
Titus authored
Add erroneously missing optimizers to `str2optimizer32bit`
-
Titus authored
FIX_ Prevent __getstate__ from mutating Params4bit
-
Titus authored
FIX Make Int8Params deepcopy-able
-
Benjamin Bossan authored
This requires to implement the __deepcopy__ method in Int8Params. Moreover, there was an issue in the Linear8BitLT constructor that would assign instance attributes to the class, which is now fixed. Please review carefully that this does not impact existing code. Tests that I ran: - pytest tests/test_linear8bitlt.py - in PEFT: python -m pytest -m "single_gpu_tests and bitsandbytes" tests/test_gpu_examples.py - in PEFT: python -m pytest -m "single_gpu_tests and bitsandbytes" tests/test_common_gpu.py - in transformers: RUN_SLOW=1 python -m pytest tests/quantization/bnb -x
-
- 29 May, 2024 1 commit
-
-
Benjamin Bossan authored
As discussed internally, use state = self.__dict__.copy(), which is also what the Python docs recommend.
-
- 28 May, 2024 4 commits
-
-
EtienneDosSantos authored
-
EtienneDosSantos authored
-
EtienneDosSantos authored
-
Titus authored
Bump scipy from 1.13.0 to 1.13.1 in the minor-patch group
-
- 27 May, 2024 1 commit
-
-
dependabot[bot] authored
Bumps the minor-patch group with 1 update: [scipy](https://github.com/scipy/scipy). Updates `scipy` from 1.13.0 to 1.13.1 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.13.0...v1.13.1 ) --- updated-dependencies: - 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>
-
- 26 May, 2024 1 commit
-
-
EtienneDosSantos authored
-
- 24 May, 2024 1 commit
-
-
Titus authored
-
- 23 May, 2024 2 commits
- 20 May, 2024 2 commits
-
-
dependabot[bot] authored
Bumps the minor-patch group with 1 update: [pytest](https://github.com/pytest-dev/pytest). Updates `pytest` from 8.2.0 to 8.2.1 - [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.2.0...8.2.1 ) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. Updates `matplotlib` to 3.9.0 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.4...v3.9.0 ) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:development dependency-group: major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 19 May, 2024 1 commit
-
-
Titus authored
[docs] Clarify FSDP-QLoRA
-
- 16 May, 2024 1 commit
-
-
Steven Liu authored
-
- 14 May, 2024 1 commit
-
-
Steven Liu authored
-
- 13 May, 2024 1 commit
-
-
Steven Liu authored
-
- 07 May, 2024 3 commits
- 06 May, 2024 1 commit
-
-
Titus von Koeller authored
doc-builder image had been changed, need to revert to old one due to dependency issues, see https://huggingface.slack.com/archives/C021H1P1HKR/p1714469081588139
-
- 30 Apr, 2024 1 commit
-
-
dependabot[bot] authored
Bumps the minor-patch group with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [einops](https://github.com/arogozhnikov/einops). Updates `pytest` from 8.1.1 to 8.2.0 - [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.1.1...8.2.0) Updates `einops` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/arogozhnikov/einops/releases) - [Commits](https://github.com/arogozhnikov/einops/compare/v0.7.0...v0.8.0 ) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: einops dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 17 Apr, 2024 2 commits
-
-
Titus authored
* (docs) integrations: fix omission in bf16 related warning * (docs) integrations: further clarifications to prior fix * (docs) integrations: fix punctuation Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * (docs) integrations: fix omitted code formatting --------- Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com>
-
dependabot[bot] authored
Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. Updates `pandas` to 2.2.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.1...v2.2.2 ) --- updated-dependencies: - dependency-name: pandas 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>
-
- 11 Apr, 2024 6 commits
-
-
Titus von Koeller authored
-
Titus von Koeller authored
-
Titus von Koeller authored
-
Titus von Koeller authored
-
Titus von Koeller authored
-
Titus von Koeller authored
-
- 10 Apr, 2024 1 commit
-
-
Younes Belkada authored
* change 8-bit serialization weight format format * precimmit * pre-commit * fix * Update bitsandbytes/nn/modules.py Co-authored-by:
Aarni Koskela <akx@iki.fi> * Update bitsandbytes/nn/modules.py Co-authored-by:
Aarni Koskela <akx@iki.fi> * Update bitsandbytes/utils.py Co-authored-by:
Aarni Koskela <akx@iki.fi> * address feedback * lint --------- Co-authored-by:
Aarni Koskela <akx@iki.fi>
-
- 09 Apr, 2024 4 commits
-
-
dependabot[bot] authored
Bumps the minor-patch group with 1 update: [scipy](https://github.com/scipy/scipy). Updates `scipy` from 1.12.0 to 1.13.0 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.12.0...v1.13.0 ) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Steven Liu authored
* split build from source off * validated compilers
-
Titus authored
Update matplotlib requirement from ~=3.8.3 to ~=3.8.4 in the major group
-
Titus authored
Add CUDA 12.4 to Linux x86-64 Build Workflow
-
- 08 Apr, 2024 1 commit
-
-
Matthew Douglas authored
-