fix vmss name

This commit is contained in:
empyreus
2026-05-05 20:02:49 +00:00
parent f61407ed91
commit 22a0953a20

View File

@@ -79,4 +79,4 @@ steps:
echo "Unknown hostname: $HOSTNAME"
exit 1
fi
python -m sglang.bench_one_batch --model-path Qwen/Qwen3-8B --batch 1 --input-len 256 --output-len 256 --tp-size 16 --dist-init-addr mscclit-000000:20003 --nnodes 2 --node-rank $NODE_RANK --enable-mscclpp
python -m sglang.bench_one_batch --model-path Qwen/Qwen3-8B --batch 1 --input-len 256 --output-len 256 --tp-size 16 --dist-init-addr ${VMSS}000000:20003 --nnodes 2 --node-rank $NODE_RANK --enable-mscclpp