mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-16 11:50:35 +08:00
modity code structure
This commit is contained in:
5
src/llmtuner/tuner/__init__.py
Normal file
5
src/llmtuner/tuner/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
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
|
||||
Reference in New Issue
Block a user