Closed Exgc closed 7 months ago
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.
Please resolve the conflicts and re-PR
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.