Merge branch 'grpo-latest' of github.com:hpcaitech/ColossalAI into grpo-latest

feat/ppo
Tong Li 2025-03-06 16:28:47 +08:00
commit 22cc1558a8
1 changed files with 1 additions and 1 deletions

View File

@ -96,5 +96,5 @@ if __name__ == "__main__":
inference_backend=args.backend,
master_addr="localhost",
master_port=29504,
core_algo=args.algo
core_algo=args.algo,
)