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
File "***/train/sft/finetune_clm.py", line 156, in post_init
if type(self.target_modules)==str:
AttributeError: 'ModelArguments' object has no attribute 'target_modules'
Is it a code snippet accidentally introduced in finetune_clm.py? It seems to be better to execute it by commenting it out.
The text was updated successfully, but these errors were encountered:
File "***/train/sft/finetune_clm.py", line 156, in post_init
if type(self.target_modules)==str:
AttributeError: 'ModelArguments' object has no attribute 'target_modules'
Is it a code snippet accidentally introduced in finetune_clm.py? It seems to be better to execute it by commenting it out.
The text was updated successfully, but these errors were encountered: