mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-17 00:58:10 +08:00
10 lines
117 B
Python
10 lines
117 B
Python
from llamafactory.train.tuner import run_exp
|
|
|
|
|
|
def launch():
|
|
run_exp()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
launch()
|