We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80de5b6 commit 85f2bb8Copy full SHA for 85f2bb8
examples/disaggregated/slurm/benchmark/start_worker.sh
@@ -14,7 +14,7 @@ work_dir=$8
14
nsys_folder=${9:-}
15
16
unset UCX_TLS
17
-echo "config_file: ${config_file}, concurrency: ${concurrency}, enable_pdl: ${enable_pdl}, work_dir: ${work_dir}"
+echo "concurrency: ${concurrency}, enable_pdl: ${enable_pdl}, work_dir: ${work_dir}"
18
echo "SLURM_PROCID: ${SLURM_PROCID}, hostname: $(hostname), instance_id: ${instance_id}"
19
20
export TLLM_LOG_LEVEL=INFO
0 commit comments