Use local cache for vLLM profile smoke

This commit is contained in:
2026-07-16 21:07:24 +08:00
parent e9a4be6153
commit fb12e3b502

View File

@@ -9,6 +9,9 @@ command = "cd /home/admin/cpfs/wjh/aituner/aituner-qwen30-vllm020-profile-v1/run
artifacts = ["artifacts/flashattn-smoke"]
[jobs.env]
HOME = "/tmp/wjh"
XDG_CACHE_HOME = "/tmp/wjh/.cache"
VLLM_CACHE_ROOT = "/tmp/wjh/.cache/vllm"
OUTPUT_ROOT = "/home/admin/cpfs/wjh/aituner/aituner-qwen30-vllm020-profile-fleet/artifacts/flashattn-smoke"
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"