zetavg commited on
Commit
404325d
β€’
1 Parent(s): c5290ad

update tooltips

Browse files
Files changed (1) hide show
  1. llama_lora/ui/finetune_ui.py +1 -1
llama_lora/ui/finetune_ui.py CHANGED
@@ -1198,7 +1198,7 @@ def finetune_ui():
1198
  delay: [500, 0],
1199
  animation: 'scale-subtle',
1200
  content:
1201
- 'If a checkpoint is selected, training will resume from that specific checkpoint, bypassing any previously completed steps up to the checkpoint\\'s moment. <br /><br />πŸ’‘ Use this option to resume an unfinished training session. Remember to click the <code>Load training parameters from selected model</code> button to load the training parameters of the selected model.',
1202
  allowHTML: true,
1203
  });
1204
  }, 100);
 
1198
  delay: [500, 0],
1199
  animation: 'scale-subtle',
1200
  content:
1201
+ 'If a checkpoint is selected, training will resume from that specific checkpoint, bypassing any previously completed steps up to the checkpoint\\'s moment. <br /><br />πŸ’‘ Use this option to resume an unfinished training session. Remember to click the <code>Load training parameters from selected model</code> button and select the same dataset for training.',
1202
  allowHTML: true,
1203
  });
1204
  }, 100);