Skip to content

Commit 85f2bb8

Browse files
committed
Fix
Signed-off-by: Kaiyu Xie <[email protected]>
1 parent 80de5b6 commit 85f2bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/disaggregated/slurm/benchmark/start_worker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ work_dir=$8
1414
nsys_folder=${9:-}
1515

1616
unset UCX_TLS
17-
echo "config_file: ${config_file}, concurrency: ${concurrency}, enable_pdl: ${enable_pdl}, work_dir: ${work_dir}"
17+
echo "concurrency: ${concurrency}, enable_pdl: ${enable_pdl}, work_dir: ${work_dir}"
1818
echo "SLURM_PROCID: ${SLURM_PROCID}, hostname: $(hostname), instance_id: ${instance_id}"
1919

2020
export TLLM_LOG_LEVEL=INFO

0 commit comments

Comments
 (0)