38 lines
1.2 KiB
TOML
38 lines
1.2 KiB
TOML
version = 1
|
|
|
|
[[jobs]]
|
|
name = "qwen235b-t0-anchor-isolation-smoke-tp4-20260716-v1"
|
|
gpus = 4
|
|
gpu_model = "H20"
|
|
hosts = ["dash0"]
|
|
command = "timeout --signal=TERM --kill-after=60s 1800 bash run_t0_real_config.sh"
|
|
artifacts = ["artifacts/t0-anchor-isolation-smoke-v1/tp4_mns64_mbt8192"]
|
|
|
|
[jobs.env]
|
|
OUTPUT_ROOT = "/home/admin/cpfs/wjh/aituner/aituner-fidelity-v1/artifacts/t0-anchor-isolation-smoke-v1/tp4_mns64_mbt8192"
|
|
TP = "4"
|
|
MNS = "64"
|
|
MBT = "8192"
|
|
RATES = "1.60"
|
|
SERVER_PORT = "18930"
|
|
VENV_ROOT = "/tmp/wjh-frontier-vllm0102-smoke/.venv"
|
|
MODEL_ROOT = "/home/admin/cpfs/wjh/models/Qwen/Qwen3-235B-A22B-FP8"
|
|
|
|
[[jobs]]
|
|
name = "qwen235b-t0-anchor-isolation-smoke-tp4-mbt16k-20260716-v1"
|
|
gpus = 4
|
|
gpu_model = "H20"
|
|
hosts = ["dash0"]
|
|
command = "timeout --signal=TERM --kill-after=60s 1800 bash run_t0_real_config.sh"
|
|
artifacts = ["artifacts/t0-anchor-isolation-smoke-v1/tp4_mns64_mbt16384"]
|
|
|
|
[jobs.env]
|
|
OUTPUT_ROOT = "/home/admin/cpfs/wjh/aituner/aituner-fidelity-v1/artifacts/t0-anchor-isolation-smoke-v1/tp4_mns64_mbt16384"
|
|
TP = "4"
|
|
MNS = "64"
|
|
MBT = "16384"
|
|
RATES = "1.60"
|
|
SERVER_PORT = "18931"
|
|
VENV_ROOT = "/tmp/wjh-frontier-vllm0102-smoke/.venv"
|
|
MODEL_ROOT = "/home/admin/cpfs/wjh/models/Qwen/Qwen3-235B-A22B-FP8"
|