Spaces:
Paused
Paused
hide fine tune ui for now to spare resources
Browse files
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 = []
|