mirror of
https://github.com/hiyouga/LlamaFactory.git
synced 2026-03-22 09:53:24 +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()
|