17 lines
529 B
TOML
17 lines
529 B
TOML
version = 1
|
|
|
|
[[jobs]]
|
|
name = "tp2-prefill-serving-smoke-20260723-v1"
|
|
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-r1"]
|
|
|
|
[jobs.env]
|
|
TP = "2"
|
|
SERVER_PORT = "9827"
|
|
OUTPUT_ROOT = "runs/frontier-tp2-prefill-serving-v0/remote-outputs/tp2-smoke-r1"
|
|
WARMUP_REQUESTS = "2"
|
|
FLASHINFER_WORKSPACE_BASE = "/tmp/frontier-component-flashinfer-v4"
|