62 lines
1.9 KiB
TOML
62 lines
1.9 KiB
TOML
version = 1
|
|
|
|
[[jobs]]
|
|
name = "decode-grid-tp2-b2-r2-20260723"
|
|
gpus = 2
|
|
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/tp2-b2-r2"]
|
|
|
|
[jobs.env]
|
|
TP = "2"
|
|
PROFILE_BATCH = "2"
|
|
SERVER_PORT = "9841"
|
|
OUTPUT_ROOT = "runs/frontier-decode-batch-grid-v0/remote-outputs/tp2-b2-r2"
|
|
FLASHINFER_WORKSPACE_BASE = "/tmp/frontier-component-flashinfer-v4"
|
|
|
|
[[jobs]]
|
|
name = "decode-grid-tp2-b4-r2-20260723"
|
|
gpus = 2
|
|
gpu_model = "H20"
|
|
hosts = ["dash2"]
|
|
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/tp2-b4-r2"]
|
|
|
|
[jobs.env]
|
|
TP = "2"
|
|
PROFILE_BATCH = "4"
|
|
SERVER_PORT = "9842"
|
|
OUTPUT_ROOT = "runs/frontier-decode-batch-grid-v0/remote-outputs/tp2-b4-r2"
|
|
FLASHINFER_WORKSPACE_BASE = "/tmp/frontier-component-flashinfer-v4"
|
|
|
|
[[jobs]]
|
|
name = "decode-grid-tp4-b4-r2-20260723"
|
|
gpus = 4
|
|
gpu_model = "H20"
|
|
hosts = ["dash3"]
|
|
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-b4-r2"]
|
|
|
|
[jobs.env]
|
|
TP = "4"
|
|
PROFILE_BATCH = "4"
|
|
SERVER_PORT = "9843"
|
|
OUTPUT_ROOT = "runs/frontier-decode-batch-grid-v0/remote-outputs/tp4-b4-r2"
|
|
FLASHINFER_WORKSPACE_BASE = "/tmp/frontier-component-flashinfer-v4"
|
|
|
|
[[jobs]]
|
|
name = "decode-grid-tp4-b6-r2-20260723"
|
|
gpus = 4
|
|
gpu_model = "H20"
|
|
hosts = ["dash4"]
|
|
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-b6-r2"]
|
|
|
|
[jobs.env]
|
|
TP = "4"
|
|
PROFILE_BATCH = "6"
|
|
SERVER_PORT = "9844"
|
|
OUTPUT_ROOT = "runs/frontier-decode-batch-grid-v0/remote-outputs/tp4-b6-r2"
|
|
FLASHINFER_WORKSPACE_BASE = "/tmp/frontier-component-flashinfer-v4"
|