Sayak Paul
|
6d11129c5a
|
[Chore] add LoraLoaderMixin to the inits (#8981)
* introduce to promote reusability.
* up
* add more tests
* up
* remove comments.
* fix fuse_nan test
* clarify the scope of fuse_lora and unfuse_lora
* remove space
* rewrite fuse_lora a bit.
* feedback
* copy over load_lora_into_text_encoder.
* address dhruv's feedback.
* fix-copies
* fix issubclass.
* num_fused_loras
* fix
* fix
* remove mapping
* up
* fix
* style
* fix-copies
* change to SD3TransformerLoRALoadersMixin
* Apply suggestions from code review
Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com>
* up
* handle wuerstchen
* up
* move lora to lora_pipeline.py
* up
* fix-copies
* fix documentation.
* comment set_adapters().
* fix-copies
* fix set_adapters() at the model level.
* fix?
* fix
* loraloadermixin.
---------
Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com>
|
2024-12-23 13:02:14 +05:30 |
|
YiYi Xu
|
a754d9071e
|
Revert "[LoRA] introduce LoraBaseMixin to promote reusability." (#8976)
Revert "[LoRA] introduce LoraBaseMixin to promote reusability. (#8774)"
This reverts commit 527430d0a4.
|
2024-12-23 13:02:14 +05:30 |
|
Sayak Paul
|
82b37a4cc3
|
[LoRA] introduce LoraBaseMixin to promote reusability. (#8774)
* introduce to promote reusability.
* up
* add more tests
* up
* remove comments.
* fix fuse_nan test
* clarify the scope of fuse_lora and unfuse_lora
* remove space
* rewrite fuse_lora a bit.
* feedback
* copy over load_lora_into_text_encoder.
* address dhruv's feedback.
* fix-copies
* fix issubclass.
* num_fused_loras
* fix
* fix
* remove mapping
* up
* fix
* style
* fix-copies
* change to SD3TransformerLoRALoadersMixin
* Apply suggestions from code review
Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com>
* up
* handle wuerstchen
* up
* move lora to lora_pipeline.py
* up
* fix-copies
* fix documentation.
* comment set_adapters().
* fix-copies
* fix set_adapters() at the model level.
* fix?
* fix
---------
Co-authored-by: Dhruv Nair <dhruv.nair@gmail.com>
|
2024-12-23 13:02:14 +05:30 |
|
Sayak Paul
|
86e62ae4c5
|
change to 2024 in the license (#6902)
change to 2024
|
2024-12-23 13:02:07 +05:30 |
|
Steven Liu
|
699b33da95
|
[docs] PEFT adapter API (#6499)
follow up
|
2024-12-23 13:02:05 +05:30 |
|
Sayak Paul
|
38c3bcd840
|
[Core] introduce PeftAdapterMixin module. (#6416)
* introduce integrations module.
* remove duplicate methods.
* better imports.
* move to loaders.py
* remove peftadaptermixin from modelmixin.
* add: peftadaptermixin selectively.
* add: entry to _toctree
* Empty-Commit
|
2024-12-23 13:02:05 +05:30 |
|