Add Qwen30 prefill fidelity experiment

This commit is contained in:
2026-07-17 00:32:01 +08:00
parent 76107d3e87
commit 97c2f34700
14 changed files with 3122 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
version = 1
[paths]
state_dir = "runs/frontier-phase-factorial-v0/fleet-state"
artifacts_dir = "runs/frontier-phase-factorial-v0/fleet-artifacts"
[ssh]
connect_timeout_sec = 10
[scheduler]
gpu_free_memory_mb = 1024
gpu_free_utilization_pct = 10
prefer_pack = true
[sync]
mode = "scp"
local_path = "runs/frontier-phase-factorial-v0/remote-sync-marker"
[[hosts]]
name = "dash0"
ssh_alias = "dash0"
enabled = true
sync_remote_path = "/home/admin/cpfs/wjh/aituner/phase-factorial-sync-marker"
fleet_root = "/home/admin/cpfs/wjh/aituner/gpu-fleet-phase-factorial-v0"