mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-16 03:40:34 +08:00
modify code structure
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
# Level: api, webui > chat > tuner > dsets > extras, hparams
|
||||
|
||||
from llmtuner.api import create_app
|
||||
from llmtuner.chat import ChatModel
|
||||
from llmtuner.tuner import export_model, run_exp
|
||||
from llmtuner.webui import Manager, WebChatModel, create_ui, create_chat_box
|
||||
|
||||
|
||||
__version__ = "0.1.5"
|
||||
|
||||
Reference in New Issue
Block a user