support DDP in webui
This commit is contained in:
9
src/llamafactory/launcher.py
Normal file
9
src/llamafactory/launcher.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from llamafactory.train.tuner import run_exp
|
||||
|
||||
|
||||
def launch():
|
||||
run_exp()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
launch()
|
||||
Reference in New Issue
Block a user