We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be86b6 commit b1461d0Copy full SHA for b1461d0
jenkins/scripts/slurm_run.sh
@@ -61,6 +61,11 @@ else
61
done
62
fi
63
64
+if [[ "$stageName" == *GB200* ]]; then
65
+ echo "Checking Coherent GPU mapping (for GB200)..."
66
+ grep Coherent /proc/driver/nvidia/params || echo "Unable to grep Coherent from /proc/driver/nvidia/params"
67
+fi
68
+
69
llmapiLaunchScript="$llmSrcNode/tensorrt_llm/llmapi/trtllm-llmapi-launch"
70
chmod +x $llmapiLaunchScript
71
cd $llmSrcNode/tests/integration/defs
0 commit comments