mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-17 17:18:10 +08:00
6 lines
241 B
Python
6 lines
241 B
Python
from llmtuner.tuner.core import get_train_args, get_infer_args, load_model_and_tokenizer
|
|
from llmtuner.tuner.pt import run_pt
|
|
from llmtuner.tuner.sft import run_sft
|
|
from llmtuner.tuner.rm import run_rm
|
|
from llmtuner.tuner.ppo import run_ppo
|