17 lines
699 B
TOML
17 lines
699 B
TOML
# One-shot queue view for the next authorized profile job. The canonical
|
|
# append-only campaign queue remains jobs.toml.
|
|
version = 1
|
|
|
|
[[jobs]]
|
|
name = "qwen235b-decode-attention-profile-20260716-v1"
|
|
gpus = 1
|
|
gpu_model = "H20"
|
|
hosts = ["dash0"]
|
|
command = "timeout --signal=TERM --kill-after=30s 900 bash run_decode_attention_profile.sh"
|
|
artifacts = ["artifacts/decode-attention-profile-20260716"]
|
|
|
|
[jobs.env]
|
|
OUTPUT_ROOT = "/home/admin/cpfs/wjh/aituner/aituner-fidelity-v1/artifacts/decode-attention-profile-20260716"
|
|
VENV_ROOT = "/tmp/wjh-frontier-vllm0102-smoke/.venv"
|
|
FRONTIER_ROOT = "/home/admin/cpfs/wjh/frontier-community-qwen235-smoke-20260715/Frontier-d9cfeb6-best-effort-v6-batched-lanes-r3"
|