zetavg commited on
Commit
29067b4
·
unverified ·
2 Parent(s): 1d9fe34 ede48a7

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 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);
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;