fix: isolate simulator predictor cache

This commit is contained in:
2026-07-20 18:11:33 +08:00
parent f727cbcf76
commit 157bf3668d
3 changed files with 44 additions and 3 deletions

View File

@@ -0,0 +1,33 @@
version = 1
[[jobs]]
name = "workload-regime-sim-tp1-v4-20260720"
gpus = 1
gpu_model = "H20"
hosts = ["dash1"]
command = "bash runs/frontier-workload-regime-taxonomy-v0/run_simulator_group.sh 1 both"
artifacts = []
[[jobs]]
name = "workload-regime-sim-tp2-v4-20260720"
gpus = 1
gpu_model = "H20"
hosts = ["dash2"]
command = "bash runs/frontier-workload-regime-taxonomy-v0/run_simulator_group.sh 2 both"
artifacts = []
[[jobs]]
name = "workload-regime-sim-tp4-noprefix-v4-20260720"
gpus = 1
gpu_model = "H20"
hosts = ["dash3"]
command = "bash runs/frontier-workload-regime-taxonomy-v0/run_simulator_group.sh 4 false"
artifacts = []
[[jobs]]
name = "workload-regime-sim-tp4-prefix-v4-20260720"
gpus = 1
gpu_model = "H20"
hosts = ["dash4"]
command = "bash runs/frontier-workload-regime-taxonomy-v0/run_simulator_group.sh 4 true"
artifacts = []