[lora] add lora APIs for booster, support lora for TorchDDP#4981
Merged
Fridge003 merged 11 commits intohpcaitech:feature/lorafrom Oct 31, 2023
Merged
[lora] add lora APIs for booster, support lora for TorchDDP#4981Fridge003 merged 11 commits intohpcaitech:feature/lorafrom
Fridge003 merged 11 commits intohpcaitech:feature/lorafrom
Conversation
6fe9b2a to
9d733f3
Compare
ver217
approved these changes
Oct 27, 2023
105b11c to
b4a9026
Compare
added 2 commits
October 27, 2023 16:25
4cd70c8 to
82ddca1
Compare
flybird11111
pushed a commit
to flybird11111/ColossalAI
that referenced
this pull request
Dec 21, 2023
…h#4981) * add apis and peft requirement * add liscense and implement apis * add checkpointio apis * add torchddp fwd_bwd test * add support_lora methods * add checkpointio test and debug * delete unneeded codes * remove peft from LICENSE * add concrete methods for enable_lora * simplify enable_lora api * fix requirements
linsj20
pushed a commit
to linsj20/ColossalAI
that referenced
this pull request
Mar 13, 2024
…h#4981) * add apis and peft requirement * add liscense and implement apis * add checkpointio apis * add torchddp fwd_bwd test * add support_lora methods * add checkpointio test and debug * delete unneeded codes * remove peft from LICENSE * add concrete methods for enable_lora * simplify enable_lora api * fix requirements
linsj20
pushed a commit
to linsj20/ColossalAI
that referenced
this pull request
Apr 7, 2024
…h#4981) * add apis and peft requirement * add liscense and implement apis * add checkpointio apis * add torchddp fwd_bwd test * add support_lora methods * add checkpointio test and debug * delete unneeded codes * remove peft from LICENSE * add concrete methods for enable_lora * simplify enable_lora api * fix requirements
linsj20
pushed a commit
to linsj20/ColossalAI
that referenced
this pull request
Apr 7, 2024
…h#4981) * add apis and peft requirement * add liscense and implement apis * add checkpointio apis * add torchddp fwd_bwd test * add support_lora methods * add checkpointio test and debug * delete unneeded codes * remove peft from LICENSE * add concrete methods for enable_lora * simplify enable_lora api * fix requirements
linsj20
pushed a commit
to linsj20/ColossalAI
that referenced
this pull request
Apr 17, 2024
…h#4981) * add apis and peft requirement * add liscense and implement apis * add checkpointio apis * add torchddp fwd_bwd test * add support_lora methods * add checkpointio test and debug * delete unneeded codes * remove peft from LICENSE * add concrete methods for enable_lora * simplify enable_lora api * fix requirements
linsj20
pushed a commit
to linsj20/ColossalAI
that referenced
this pull request
Apr 22, 2024
…h#4981) * add apis and peft requirement * add liscense and implement apis * add checkpointio apis * add torchddp fwd_bwd test * add support_lora methods * add checkpointio test and debug * delete unneeded codes * remove peft from LICENSE * add concrete methods for enable_lora * simplify enable_lora api * fix requirements
linsj20
pushed a commit
to linsj20/ColossalAI
that referenced
this pull request
Apr 23, 2024
…h#4981) * add apis and peft requirement * add liscense and implement apis * add checkpointio apis * add torchddp fwd_bwd test * add support_lora methods * add checkpointio test and debug * delete unneeded codes * remove peft from LICENSE * add concrete methods for enable_lora * simplify enable_lora api * fix requirements
linsj20
pushed a commit
to linsj20/ColossalAI
that referenced
this pull request
Apr 23, 2024
…h#4981) * add apis and peft requirement * add liscense and implement apis * add checkpointio apis * add torchddp fwd_bwd test * add support_lora methods * add checkpointio test and debug * delete unneeded codes * remove peft from LICENSE * add concrete methods for enable_lora * simplify enable_lora api * fix requirements
ver217
pushed a commit
to ver217/ColossalAI
that referenced
this pull request
Apr 26, 2024
…h#4981) * add apis and peft requirement * add liscense and implement apis * add checkpointio apis * add torchddp fwd_bwd test * add support_lora methods * add checkpointio test and debug * delete unneeded codes * remove peft from LICENSE * add concrete methods for enable_lora * simplify enable_lora api * fix requirements
ver217
pushed a commit
that referenced
this pull request
Apr 28, 2024
* add apis and peft requirement * add liscense and implement apis * add checkpointio apis * add torchddp fwd_bwd test * add support_lora methods * add checkpointio test and debug * delete unneeded codes * remove peft from LICENSE * add concrete methods for enable_lora * simplify enable_lora api * fix requirements
wangbluo
pushed a commit
to wangbluo/ColossalAI
that referenced
this pull request
May 7, 2024
…h#4981) * add apis and peft requirement * add liscense and implement apis * add checkpointio apis * add torchddp fwd_bwd test * add support_lora methods * add checkpointio test and debug * delete unneeded codes * remove peft from LICENSE * add concrete methods for enable_lora * simplify enable_lora api * fix requirements
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 Checklist before creating the PR
[doc/gemini/tensor/...]: A concise description🚨 Issue number
📝 What does this PR do?
Implement basic Lora features for booster APIs; Support Lora for TorchDDP Plugin and add relevant tests.
💥 Checklist before requesting a review
⭐️ Do you enjoy contributing to Colossal-AI?
Tell us more if you don't enjoy contributing to Colossal-AI.