winglian commited on
Commit
42bd66e
1 Parent(s): 7546071

hide fine tune ui for now to spare resources

Browse files
Files changed (1) hide show
  1. llama_lora/ui/main_page.py +0 -2
llama_lora/ui/main_page.py CHANGED
@@ -23,8 +23,6 @@ def main_page():
23
  """)
24
  with gr.Tab("Inference"):
25
  inference_ui()
26
- with gr.Tab("Fine-tuning"):
27
- finetune_ui()
28
  with gr.Tab("Tokenizer"):
29
  tokenizer_ui()
30
  info = []
 
23
  """)
24
  with gr.Tab("Inference"):
25
  inference_ui()
 
 
26
  with gr.Tab("Tokenizer"):
27
  tokenizer_ui()
28
  info = []