16 lines
648 B
TOML
16 lines
648 B
TOML
# One-shot queue view for the T0 full-coverage attention profile.
|
|
version = 1
|
|
|
|
[[jobs]]
|
|
name = "qwen235b-t0-full-attention-profile-20260716-v1"
|
|
gpus = 1
|
|
gpu_model = "H20"
|
|
hosts = ["dash0"]
|
|
command = "timeout --signal=TERM --kill-after=30s 900 bash run_t0_full_attention_profile.sh"
|
|
artifacts = ["artifacts/t0-full-attention-profile-20260716"]
|
|
|
|
[jobs.env]
|
|
OUTPUT_ROOT = "/home/admin/cpfs/wjh/aituner/aituner-fidelity-v1/artifacts/t0-full-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"
|