Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential 'unused_parameters' Error During Model Tuning with DDP. #42

Closed
wants to merge 2 commits into from

Conversation

Exgc
Copy link
Collaborator

@Exgc Exgc commented Mar 11, 2024

Problem: When fine-tuning a model, encountering an 'unused_parameters' error due to unutilized parameters.
Source of the Problem: A typo located at finetune.py:
https://github.com/ddlBoJack/SLAM-LLM/blob/1e1c4e89068cb040cfcb606a0567c5eb4e869f0e/src/llama_recipes/pipeline/finetune.py#L183
Solution: Rectified the typo and incorporated the relevant config in .yaml file.

Exgc added 2 commits March 11, 2024 18:47
for find_unused_parameters of ddp
for find_unused_parameters of ddp
@Exgc Exgc requested a review from LauraGPT March 11, 2024 10:54
@ddlBoJack
Copy link
Collaborator

Please resolve the conflicts and re-PR

@ddlBoJack ddlBoJack closed this Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants