17 lines
533 B
TOML
17 lines
533 B
TOML
version = 1
|
|
|
|
[[jobs]]
|
|
name = "tp2-prefill-serving-smoke-20260723-v0"
|
|
gpus = 2
|
|
gpu_model = "H20"
|
|
hosts = ["dash1"]
|
|
command = "timeout --signal=TERM --kill-after=60s 3600 bash runs/frontier-tp2-prefill-serving-v0/run_prefill_profile.sh"
|
|
artifacts = ["runs/frontier-tp2-prefill-serving-v0/remote-outputs/tp2-smoke"]
|
|
|
|
[jobs.env]
|
|
TP = "2"
|
|
SERVER_PORT = "9827"
|
|
OUTPUT_ROOT = "runs/frontier-tp2-prefill-serving-v0/remote-outputs/tp2-smoke"
|
|
WARMUP_REQUESTS = "2"
|
|
FLASHINFER_WORKSPACE_BASE = "/tmp/frontier-tp2-prefill-serving-v0-flashinfer"
|