mirror of https://github.com/hpcaitech/ColossalAI
Merge branch 'grpo-latest' of github.com:hpcaitech/ColossalAI into grpo-latest
commit
22cc1558a8
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue