Skip to content

Commit 3aa37e6

Browse files
authored
fix bug (NVIDIA#3570)
Signed-off-by: bhsueh <11360707+byshiue@users.noreply.github.com>
1 parent d4c0423 commit 3aa37e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorrt_llm/llmapi/trtllm-llmapi-launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function export_free_tcp_addr {
3030
log_stderr "TLLM_SPAWN_PROXY_PROCESS_IPC_ADDR: $TLLM_SPAWN_PROXY_PROCESS_IPC_ADDR"
3131
}
3232

33-
export tllm_mpi_size=$(mpi_size)
33+
export tllm_mpi_size=$(mpi_world_size)
3434
log_stderr "tllm_mpi_size: $tllm_mpi_size"
3535

3636
export_free_tcp_addr

0 commit comments

Comments
 (0)