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 36e49f1 commit dc7c37fCopy full SHA for dc7c37f
examples/disaggregated/slurm/benchmark/disaggr_torch.slurm
@@ -111,7 +111,7 @@ if [ "${benchmark_mode}" != "gen_only" ] && [ "${benchmark_mode}" != "e2e" ]; th
111
benchmark_mode="e2e"
112
fi
113
114
-if [ -z "${TRT_LLM_GIT_COMMIT}" ]; then
+if [ -z "${TRT_LLM_GIT_COMMIT:-}" ]; then
115
export TRT_LLM_GIT_COMMIT=$(git -C ${trtllm_repo} rev-parse --short HEAD 2>/dev/null || echo "unknown")
116
echo "TRT_LLM_GIT_COMMIT: ${TRT_LLM_GIT_COMMIT}"
117
0 commit comments