We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08631c8 commit f38305bCopy full SHA for f38305b
swift/ui/llm_train/llm_train.py
@@ -328,7 +328,7 @@ def train(cls, *args):
328
for key, value in kwargs.items()
329
})
330
except Exception as e:
331
- if 'using `--model`' in str(e): # TODO a dirty fix
+ if 'Please set --model' in str(e): # TODO a dirty fix
332
kwargs['model'] = kwargs.pop('resume_from_checkpoint')
333
sft_args = RLHFArguments(
334
**{
0 commit comments