InternEvo
InternEvo copied to clipboard
[Feature] Partially frozen model support
Describe the feature
Current implementation does not support partially training, i.e., part of the model parameters are frozen.
If I understand it correctly, the assertion around line 584 in hybrid_zero_optim.py suggests that all parameters should be involved in the training.
Very looking forward this feature being implemented as there are many scenarios where users only want to finetune parts of the model.
Is there any plan on this feature?
Will you implement it?
- [ ] I would like to implement this feature and create a PR!
Sure, we will support freeze tuning ASAP.
Sure, we will support freeze tuning ASAP.
Hi, any updates here?