fully remove msccl isntall step

This commit is contained in:
empyreus
2026-04-02 14:23:03 +00:00
parent 8e4ddc15ff
commit 827ca0935c

View File

@@ -21,15 +21,15 @@ steps:
deployArgs: 'single-node-test false cuda' # not sure if this should be IB or not
containerName: ${{ parameters.containerName }}
- template: run-remote-task.yml
parameters:
name: InstallMscclpp
displayName: Install mscclpp
runRemoteArgs: '--container sglang-mscclpp-test'
remoteScript: |
cd mscclpp
pip install .
pip install -r ./python/requirements_cuda12.txt
# - template: run-remote-task.yml
# parameters:
# name: InstallMscclpp
# displayName: Install mscclpp
# runRemoteArgs: '--container sglang-mscclpp-test'
# remoteScript: |
# cd mscclpp
# pip install .
# pip install -r ./python/requirements_cuda12.txt
- template: run-remote-task.yml
parameters:
@@ -42,37 +42,37 @@ steps:
pip install --upgrade pip
pip install -e "python"
# - template: run-remote-task.yml
# parameters:
# name: RunSGLangTestBatchSize1
# displayName: Run SGLang Test Batch Size 1
# runRemoteArgs: '--container sglang-mscclpp-test'
# remoteScript: |
# python -m sglang.bench_one_batch --model-path Qwen/Qwen3-8B --batch 1 --input-len 256 --output-len 256 --tp-size 8 --disable-custom-all-reduce --enable-mscclpp
- template: run-remote-task.yml
parameters:
name: RunSGLangTestBatchSize1
displayName: Run SGLang Test Batch Size 1
runRemoteArgs: '--container sglang-mscclpp-test'
remoteScript: |
python -m sglang.bench_one_batch --model-path Qwen/Qwen3-8B --batch 1 --input-len 256 --output-len 256 --tp-size 8 --disable-custom-all-reduce --enable-mscclpp
# - template: run-remote-task.yml
# parameters:
# name: RunSGLangTestBatchSize2
# displayName: Run SGLang Test Batch Size 2
# runRemoteArgs: '--container sglang-mscclpp-test'
# remoteScript: |
# python -m sglang.bench_one_batch --model-path Qwen/Qwen3-8B --batch 2 --input-len 256 --output-len 256 --tp-size 8 --disable-custom-all-reduce --enable-mscclpp
- template: run-remote-task.yml
parameters:
name: RunSGLangTestBatchSize2
displayName: Run SGLang Test Batch Size 2
runRemoteArgs: '--container sglang-mscclpp-test'
remoteScript: |
python -m sglang.bench_one_batch --model-path Qwen/Qwen3-8B --batch 2 --input-len 256 --output-len 256 --tp-size 8 --disable-custom-all-reduce --enable-mscclpp
# - template: run-remote-task.yml
# parameters:
# name: RunSGLangTestBatchSize32
# displayName: Run SGLang Test Batch Size 32
# runRemoteArgs: '--container sglang-mscclpp-test'
# remoteScript: |
# python -m sglang.bench_one_batch --model-path Qwen/Qwen3-8B --batch 32 --input-len 256 --output-len 256 --tp-size 8 --disable-custom-all-reduce --enable-mscclpp
- template: run-remote-task.yml
parameters:
name: RunSGLangTestBatchSize32
displayName: Run SGLang Test Batch Size 32
runRemoteArgs: '--container sglang-mscclpp-test'
remoteScript: |
python -m sglang.bench_one_batch --model-path Qwen/Qwen3-8B --batch 32 --input-len 256 --output-len 256 --tp-size 8 --disable-custom-all-reduce --enable-mscclpp
# - template: run-remote-task.yml
# parameters:
# name: RunSGLangTestBatchSize64
# displayName: Run SGLang Test Batch Size 64
# runRemoteArgs: '--container sglang-mscclpp-test'
# remoteScript: |
# python -m sglang.bench_one_batch --model-path Qwen/Qwen3-8B --batch 64 --input-len 256 --output-len 256 --tp-size 8 --disable-custom-all-reduce --enable-mscclpp
- template: run-remote-task.yml
parameters:
name: RunSGLangTestBatchSize64
displayName: Run SGLang Test Batch Size 64
runRemoteArgs: '--container sglang-mscclpp-test'
remoteScript: |
python -m sglang.bench_one_batch --model-path Qwen/Qwen3-8B --batch 64 --input-len 256 --output-len 256 --tp-size 8 --disable-custom-all-reduce --enable-mscclpp
- template: run-remote-task.yml