11 lines
600 B
TOML
11 lines
600 B
TOML
# Immutable one-job queue for the blind Qwen235B fixed-cohort rank experiment.
|
|
version = 1
|
|
|
|
[[jobs]]
|
|
name = "qwen235b-fixed-cohort-community-v1-blind-20260715"
|
|
gpus = 8
|
|
gpu_model = "H20"
|
|
hosts = ["dash0"]
|
|
command = "cd ../../.. && /tmp/wjh-frontier-vllm0102-smoke/.venv/bin/python runs/frontier-multicase-sufficiency-v0/best_effort/fixed_cohort_rank.py run-community --manifest /home/admin/cpfs/wjh/frontier-community-qwen235-smoke-20260715/rankable-fixed-cohort-v1/community-v1-blind/run_manifest.json"
|
|
env = { PYTHONPATH = "/home/admin/cpfs/wjh/aituner/aituner-frontier-best-effort-20260715/src" }
|