Spaces:
Runtime error
Runtime error
zetavg
commited on
Commit
β’
404325d
1
Parent(s):
c5290ad
update tooltips
Browse files
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
|
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);
|