Skip to content

Commit 419cbb4

Browse files
committed
add more note
1 parent 566a113 commit 419cbb4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

swift/ui/llm_train/llm_train.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,10 @@ def train_studio(cls, *args):
360360
lines.append(line)
361361
yield ['\n'.join(lines)] + Runtime.plot(run_command) + [run_command]
362362
else:
363-
yield ['Current is dryrun mode, you can only view the training cmd, please '
364-
'duplicate this space to do training.'] + [None] * len(Runtime.sft_plot) + [run_command]
363+
yield [
364+
'Current is dryrun mode so you can only view the training cmd, please duplicate this space to '
365+
'do training or use with inference.'
366+
] + [None] * len(Runtime.sft_plot) + [run_command]
365367

366368
@classmethod
367369
def train_local(cls, *args):

0 commit comments

Comments
 (0)