Commit 11a17e9b 11a17e9b959da3ac5777ad6ebd5a0f15646f03cc by cnb.bofCdSsphPA

Update handoff with newer real FMA smoke runtime evidence

Record a later live checkpoint so restart docs keep proving that the real FMA smoke is still advancing inside Epoch 1 without yet producing a saved model or entering downstream stages.

Constraint: Verification is still limited to live runtime evidence because Epoch 1 has not completed
Rejected: Reuse the prior 20:08 checkpoint | would leave handoff docs behind the latest verified state
Confidence: high
Scope-risk: narrow
Directive: Keep monitoring until the first saved model file or stage transition appears
Tested: ps on PID 311629; validate-splits on /tmp/fma_real_smoke_stopcheck/fma/manifests; find on /tmp/fma_real_smoke_stopcheck/fma_models_smoke
Not-tested: End-of-epoch artifacts, build-index, evaluate, final metrics
1 parent cc9c0690
1 ## 2026-06-02 真实 FMA smoke fresh evidence 22:10 checkpoint
2
3 完成项:
4 - 再次检查真实 FMA smoke 运行态,确认 `train.py` elapsed 已推进到 22:10。
5 - 更新 `docs/session-handoff.md``docs/changelist-2026-06-02.md`,同步更晚的 live evidence。
6
7 验证结果:
8 - `ps -p 311629 -o pid,etime,%cpu,%mem,cmd` => `ELAPSED=22:10`
9 - 仍未出现 `build-index/evaluate` 相关新进程
10 - `validate-splits /tmp/fma_real_smoke_stopcheck/fma/manifests` => `ok=true`
11 - `fma_models_smoke/` 仍仅有目录本身
12
13 结论:
14 - 真实 FMA 全量 smoke 仍在 epoch 内推进,没有中断迹象。
15 - 到该时点仍未产生首个模型文件或下游阶段切换证据。
16
1 ## 2026-06-02 真实 FMA smoke fresh evidence 20:08 checkpoint 17 ## 2026-06-02 真实 FMA smoke fresh evidence 20:08 checkpoint
2 18
3 完成项: 19 完成项:
......
...@@ -184,3 +184,11 @@ cd /workspace/acr-engine ...@@ -184,3 +184,11 @@ cd /workspace/acr-engine
184 - 当前 CPU / 内存观测:`%CPU≈614`, `%MEM≈10.6` 184 - 当前 CPU / 内存观测:`%CPU≈614`, `%MEM≈10.6`
185 - 仍未出现模型文件,也未切换到 `build-index/evaluate` 185 - 仍未出现模型文件,也未切换到 `build-index/evaluate`
186 - manifest 复核继续通过,统计保持不变。 186 - manifest 复核继续通过,统计保持不变。
187
188
189 ## 12:19 UTC 时间推进补充
190
191 - 最新 live 证据已推进到:`train.py ELAPSED=22:10`
192 - 当前 CPU / 内存观测:`%CPU≈615`, `%MEM≈10.7`
193 - 仍未出现模型文件,也未切换到 `build-index/evaluate`
194 - manifest 复核继续通过,统计保持不变。
......
...@@ -211,6 +211,28 @@ ...@@ -211,6 +211,28 @@
211 - 当前依旧处于第 1 个 epoch 内部的持续训练阶段。 211 - 当前依旧处于第 1 个 epoch 内部的持续训练阶段。
212 - 到 12:17 UTC 为止,仍没有首个模型文件或下游检索/评测阶段证据。 212 - 到 12:17 UTC 为止,仍没有首个模型文件或下游检索/评测阶段证据。
213 213
214 ### 持续推进的 fresh evidence(2026-06-02 12:19 UTC)
215
216 - 真实 FMA smoke 继续推进到:
217 - `train.py ELAPSED=22:10`
218 - `%CPU≈615`
219 - `%MEM≈10.7`
220 - 当前进程结构仍未发生阶段切换:
221 - `PID=311494``external_adapters.py smoke-local fma ...`
222 - `PID=311629``train.py --data /tmp/fma_real_smoke_stopcheck/fma/manifests ...`
223 - 仍未出现 `build-index` / `evaluate` 相关新进程。
224 - `fma_models_smoke/` 仍只有目录本身,没有模型文件。
225 - manifest 再次复核仍通过:
226 - `ok=true`
227 - `catalog_references=8000`
228 - `train_queries=6401`
229 - `test_queries=1593`
230 - `val_queries=0`
231
232 这说明:
233 - 当前依旧处于第 1 个 epoch 内部的持续训练阶段。
234 - 到 12:19 UTC 为止,仍没有首个模型文件或下游检索/评测阶段证据。
235
214 ### 重启后第一优先级动作 236 ### 重启后第一优先级动作
215 237
216 1. 先检查真实 FMA smoke 是否完成: 238 1. 先检查真实 FMA smoke 是否完成:
......