support DDP in webui

This commit is contained in:
hiyouga
2024-05-28 19:24:22 +08:00
parent c8765349ba
commit 7c016b22aa
19 changed files with 78 additions and 166 deletions

View File

@@ -0,0 +1,9 @@
from llamafactory.train.tuner import run_exp
def launch():
run_exp()
if __name__ == "__main__":
launch()