Spaces:
Runtime error
Runtime error
Merge branch 'main' into hf-ui-demo
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);
|
llama_lora/ui/main_page.py
CHANGED
@@ -301,6 +301,7 @@ def main_page_custom_css():
|
|
301 |
}
|
302 |
#inference_lora_model_group > #inference_lora_model_prompt_template_message {
|
303 |
padding: var(--block-padding) !important;
|
|
|
304 |
margin-top: -50px !important;
|
305 |
margin-left: 4px !important;
|
306 |
font-size: 12px;
|
|
|
301 |
}
|
302 |
#inference_lora_model_group > #inference_lora_model_prompt_template_message {
|
303 |
padding: var(--block-padding) !important;
|
304 |
+
padding-bottom: 5px !important;
|
305 |
margin-top: -50px !important;
|
306 |
margin-left: 4px !important;
|
307 |
font-size: 12px;
|