26 lines
637 B
TOML
26 lines
637 B
TOML
version = 1
|
|
|
|
[paths]
|
|
state_dir = ".aituner/gpu_fleet/fixed_cohort_state"
|
|
artifacts_dir = ".aituner/gpu_fleet/fixed_cohort_artifacts"
|
|
|
|
[ssh]
|
|
connect_timeout_sec = 10
|
|
|
|
[scheduler]
|
|
gpu_free_memory_mb = 1024
|
|
gpu_free_utilization_pct = 10
|
|
prefer_pack = true
|
|
|
|
[sync]
|
|
mode = "rsync"
|
|
local_path = "runs/frontier-multicase-sufficiency-v0/best_effort"
|
|
exclude = ["__pycache__/", "*.pyc"]
|
|
|
|
[[hosts]]
|
|
name = "dash0"
|
|
ssh_alias = "dash0"
|
|
enabled = true
|
|
sync_remote_path = "/home/admin/cpfs/wjh/aituner/aituner-frontier-best-effort-20260715/runs/frontier-multicase-sufficiency-v0/best_effort"
|
|
fleet_root = "/home/admin/.aituner_gpu_fleet_fixed_cohort"
|