replace MLX_IBV_COORDINATOR with MLX_JACCL_COORDINATOR (#2986)

This commit is contained in:
Evan Quiney
2026-01-13 11:26:25 -08:00
committed by GitHub
parent 7b1c46982a
commit a8197795f5
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -376,7 +376,7 @@ def launch_jaccl(parser, hosts, args, command):
env = args.env
cwd = args.cwd
env.append(f"MLX_JACCL_COORDINATOR={coordinator}:{args.starting_port}")
files = {"MLX_IBV_DEVICES": json.dumps([h.rdma for h in hosts])}
files = {"MLX_JACCL_DEVICES": json.dumps([h.rdma for h in hosts])}
log(args.verbose, "Running", shlex.join(command))