mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-05 13:12:53 +08:00
6 lines
293 B
Python
6 lines
293 B
Python
from llmtuner.webui.components.top import create_top
|
|
from llmtuner.webui.components.sft import create_sft_tab
|
|
from llmtuner.webui.components.eval import create_eval_tab
|
|
from llmtuner.webui.components.infer import create_infer_tab
|
|
from llmtuner.webui.components.export import create_export_tab
|