17 lines
508 B
TOML
17 lines
508 B
TOML
version = 1
|
|
|
|
[[jobs]]
|
|
name = "decode-batch-tp4-b2-r1-20260723"
|
|
gpus = 4
|
|
gpu_model = "H20"
|
|
hosts = ["dash1"]
|
|
command = "timeout --signal=TERM --kill-after=60s 1800 bash runs/frontier-decode-batch-grid-v0/run_decode_profile.sh"
|
|
artifacts = ["runs/frontier-decode-batch-grid-v0/remote-outputs/tp4-b2-r1"]
|
|
|
|
[jobs.env]
|
|
TP = "4"
|
|
PROFILE_BATCH = "2"
|
|
SERVER_PORT = "9831"
|
|
OUTPUT_ROOT = "runs/frontier-decode-batch-grid-v0/remote-outputs/tp4-b2-r1"
|
|
FLASHINFER_WORKSPACE_BASE = "/tmp/frontier-component-flashinfer-v4"
|