You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and the error is as follows:
I check the previous issues, remove the deepspeed import and modify the error line as issues/1458#issuecomment-1598308288 but still encounter the similar error at line 124 in train_lora.py:
Obviously it can not be modified in the same way because the trainer has not been announced before line 124 in the function train(), so I wonder if there's any other approach to solve that? Or maybe the version of transformers and deepspeed in my environment is not matched with the current repo?
My Enviroment: transformers==4.47.1 and deepspeed==0.16.2
The text was updated successfully, but these errors were encountered:
Hello, recently I've tried to fine-tune vicuna with train_lora.py and encounterd some error I failed to resolve.
I try the following script
and the error is as follows:
I check the previous issues, remove the deepspeed import and modify the error line as issues/1458#issuecomment-1598308288 but still encounter the similar error at line 124 in train_lora.py:
Obviously it can not be modified in the same way because the trainer has not been announced before line 124 in the function train(), so I wonder if there's any other approach to solve that? Or maybe the version of transformers and deepspeed in my environment is not matched with the current repo?
My Enviroment: transformers==4.47.1 and deepspeed==0.16.2
The text was updated successfully, but these errors were encountered: