25 lines
567 B
TOML
25 lines
567 B
TOML
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"
|