mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-04 20:52:59 +08:00
10 lines
261 B
Python
10 lines
261 B
Python
# 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 create_ui, create_web_demo
|
|
|
|
|
|
__version__ = "0.2.0"
|