mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-20 22:00:36 +08:00
release v0.1.0
Former-commit-id: 63c8d3a17cb18f0d8a8e37bfa147daf5bdd28ea9
This commit is contained in:
4
src/llmtuner/webui/components/__init__.py
Normal file
4
src/llmtuner/webui/components/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from llmtuner.webui.components.eval import create_eval_tab
|
||||
from llmtuner.webui.components.infer import create_infer_tab
|
||||
from llmtuner.webui.components.top import create_top
|
||||
from llmtuner.webui.components.sft import create_sft_tab
|
||||
Reference in New Issue
Block a user