Use empty scp sync for TP2 fleet job
This commit is contained in:
@@ -68,6 +68,9 @@
|
|||||||
repository 从 `origin/feature/sim` commit 建立的相邻 detached worktree
|
repository 从 `origin/feature/sim` commit 建立的相邻 detached worktree
|
||||||
`/home/admin/cpfs/wjh/aituner/aituner-frontier-tp2-prefill-serving-v0`;
|
`/home/admin/cpfs/wjh/aituner/aituner-frontier-tp2-prefill-serving-v0`;
|
||||||
不修改 canonical checkout。
|
不修改 canonical checkout。
|
||||||
|
- **Fleet sync deviation:** dash1 未安装 `rsync`。fleet mandatory sync 使用
|
||||||
|
`scp` 一个已校验为空的 `/tmp/frontier-tp2-prefill-serving-v0-empty-sync`
|
||||||
|
目录;实验代码仍只来自上述 Git worktree。
|
||||||
|
|
||||||
## 结果
|
## 结果
|
||||||
|
|
||||||
|
|||||||
@@ -12,12 +12,11 @@ gpu_free_memory_mb = 1024
|
|||||||
gpu_free_utilization_pct = 10
|
gpu_free_utilization_pct = 10
|
||||||
prefer_pack = true
|
prefer_pack = true
|
||||||
|
|
||||||
# Code is synchronized by Git. The fleet's mandatory rsync pass is intentionally
|
# Code is synchronized by Git. The fleet's mandatory scp pass uses an empty local
|
||||||
# empty so it only schedules and harvests the committed remote checkout.
|
# directory so it only schedules and harvests the committed remote checkout.
|
||||||
[sync]
|
[sync]
|
||||||
mode = "rsync"
|
mode = "scp"
|
||||||
local_path = "runs/frontier-tp2-prefill-serving-v0"
|
local_path = "/tmp/frontier-tp2-prefill-serving-v0-empty-sync"
|
||||||
exclude = ["*"]
|
|
||||||
|
|
||||||
[[hosts]]
|
[[hosts]]
|
||||||
name = "dash1"
|
name = "dash1"
|
||||||
|
|||||||
Reference in New Issue
Block a user