mirror of
https://github.com/xming521/WeClone.git
synced 2026-08-28 18:07:28 +08:00
7 lines
141 B
Python
7 lines
141 B
Python
from llamafactory.train.tuner import run_exp
|
|
|
|
from weclone.utils.config import load_config
|
|
|
|
config = load_config("train_pt")
|
|
run_exp(config)
|