mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-04 12:42:51 +08:00
8 lines
251 B
Python
8 lines
251 B
Python
from llmtuner.api import create_app
|
|
from llmtuner.chat import ChatModel
|
|
from llmtuner.tuner import get_train_args, get_infer_args, load_model_and_tokenizer, run_pt, run_sft, run_rm, run_ppo
|
|
from llmtuner.webui import create_ui
|
|
|
|
|
|
__version__ = "0.1.0"
|