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 0b46ecb commit 7b940f8Copy full SHA for 7b940f8
1 file changed
benchmarks/single_node/agentic/dsv4_fp4_b300_vllm_mtp.sh
@@ -35,7 +35,7 @@ if [ "$PCP_SIZE" -gt 1 ]; then
35
VLLM_CP_ARGS+=(--prefill-context-parallel-size "$PCP_SIZE")
36
fi
37
38
-GPU_COUNT="${GPU_COUNT:-$((TP * PCP_SIZE))}"
+GPU_COUNT=$((TP * PCP_SIZE))
39
if [[ ! "$GPU_COUNT" =~ ^[1-9][0-9]*$ ]]; then
40
echo "Error: GPU_COUNT must be a positive integer, got '$GPU_COUNT'" >&2
41
exit 1
0 commit comments