- 17 Jan, 2024 1 commit
-
-
Benjamin Warner authored
This PR adds initial FSDP support for training QLoRA models. It enables basic FSDP and CPU Offload support, with low memory training via FSDP.sync_module_states option unsupported. This PR builds off of #840 commit 8278fca and BNB FSDP by @TimDettmers and @Titus-von-Koeller. An example of using this PR to finetune QLoRA models with FSDP can be found in the demo repo: AnswerDotAi/fsdp_qlora. * Minimal changes for fp32 4bit storage from BNB commit 8278fca * Params4bit with selectable storage dtype * possible fix for double quantizing linear weight & quant storage dtype * minor fixes in Params4bit for peft tests * remove redundant * add float16 * update test * Remove float16 quant cast as there are fp32, bf16, & fp16 quant kernels --------- Co-authored-by:Kerem Turgutlu <keremturgutlu@gmail.com>
-
- 15 Jan, 2024 1 commit
-
-
Titus von Koeller authored
-
- 12 Jan, 2024 3 commits
-
-
Younes Belkada authored
Delete .github/workflows/delete_doc_commment.yml
-
Younes Belkada authored
-
Titus authored
-
- 08 Jan, 2024 2 commits
-
-
Ian Butler authored
-
Tim Dettmers authored
-
- 07 Jan, 2024 1 commit
-
-
Tim Dettmers authored
fix array index out of bounds in kgetColRowStats
-
- 02 Jan, 2024 5 commits
-
-
Tim Dettmers authored
Fix typo "quanitze"
-
Tim Dettmers authored
Added scipy to requirements.txt
-
Tim Dettmers authored
Make sure bitsandbytes handles permission errors in the right order
-
Tim Dettmers authored
Add version attribute as per Python convention
-
Tim Dettmers authored
Fix parameter name in error message
-
- 01 Jan, 2024 13 commits
-
-
Tim Dettmers authored
Update README.md
-
Tim Dettmers authored
Update README.md
-
Tim Dettmers authored
Fixed missing `Embedding` export
-
Tim Dettmers authored
Fix typo in test_optim.py
-
Tim Dettmers authored
improve `make clean` target
-
Tim Dettmers authored
doc: Fix typo in how_to_use_nonpytorch_cuda.md
-
Tim Dettmers authored
-
Tim Dettmers authored
Robustness fix: don't break in case of directories without read permission
-
Tim Dettmers authored
Add env var related to google systems to ignored list
-
Tim Dettmers authored
Small fix to getting started code in README
-
Tim Dettmers authored
Fixed wget link for installing cuda
-
Tim Dettmers authored
-
Tim Dettmers authored
FIX missing closing quote in README example
-
- 19 Dec, 2023 3 commits
-
-
Younes Belkada authored
-
Younes Belkada authored
-
Younes Belkada authored
-
- 11 Dec, 2023 5 commits
-
-
Sebastian Raschka authored
-
Sebastian Raschka authored
-
Titus von Koeller authored
-
Titus von Koeller authored
-
Titus von Koeller authored
-
- 09 Dec, 2023 1 commit
-
-
修艺 authored
-
- 08 Dec, 2023 2 commits
-
-
Titus authored
Fix issue #901: Failing PEFT integration tests by reversing PR#867 from jph00/patch-2
-
Titus von Koeller authored
tests. This reverts commit 2ee289fb, reversing changes made to 744d36f7.
-
- 06 Dec, 2023 2 commits
-
-
Tim Dettmers authored
-
Tim Dettmers authored
Fix for 4bit without compress_statistics.
-
- 03 Dec, 2023 1 commit
-
-
Titus authored
chore: update dev setup
-