Add FlashInfer TRTLLM all-reduce profile smoke

This commit is contained in:
2026-07-16 21:34:20 +08:00
parent 5a958077a7
commit a9aed87518
3 changed files with 245 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
version = 1
[[jobs]]
name = "qwen30-vllm020-flashinfer-allreduce-smoke-tp2-20260716-v1"
gpus = 2
gpu_model = "H20"
hosts = ["dash0"]
command = "cd /home/admin/cpfs/wjh/aituner/aituner-qwen30-vllm020-profile-v1/runs/frontier-qwen30-vllm020-profile-v1 && timeout --signal=TERM --kill-after=30s 840 bash run_allreduce_profile.sh"
artifacts = ["artifacts/allreduce-smoke-tp2"]
[jobs.env]
HOME = "/tmp/wjh"
XDG_CACHE_HOME = "/tmp/wjh/.cache"
VLLM_CACHE_ROOT = "/tmp/wjh/.cache/vllm"
TP = "2"
NUM_TOKENS = "8"
OUTPUT_ROOT = "/home/admin/cpfs/wjh/aituner/aituner-qwen30-vllm020-profile-fleet/artifacts/allreduce-smoke-tp2"
VENV_ROOT = "/tmp/wjh/venvs/vllm-0.20.0-cu129-profiler-v1"
VLLM_SOURCE = "/home/admin/cpfs/wjh/agentic-kv/third_party/vllm_v20_build"