mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-29 18:20:35 +08:00
[v1] add accelerator (#9607)
This commit is contained in:
@@ -44,7 +44,7 @@ WELCOME = (
|
||||
def launch():
|
||||
command = sys.argv.pop(1) if len(sys.argv) > 1 else "help"
|
||||
|
||||
if command == "sft":
|
||||
if command == "sft": # train command will fallback to sft command
|
||||
from .trainers.sft_trainer import run_sft
|
||||
|
||||
run_sft()
|
||||
|
||||
Reference in New Issue
Block a user