Update the release checklist for the voice-query service path
Constraint: the checklist should reflect the real current state: health endpoint is up, but full voice inference remains blocked by missing torch Rejected: marking service smoke fully passed | /recognize/voice still cannot execute end-to-end inference in this environment Confidence: high Scope-risk: narrow Directive: keep the release checklist brutally explicit about partial vs full service readiness Tested: /usr/local/miniconda3/bin/python -m unittest discover -s acr-engine/tests -v; /health endpoint reachable under uvicorn Not-tested: successful /recognize/voice inference until torch is installed
Showing
1 changed file
with
10 additions
and
2 deletions
| ... | @@ -24,9 +24,9 @@ flowchart TD | ... | @@ -24,9 +24,9 @@ flowchart TD |
| 24 | | benchmark report 已生成 | | | 24 | | benchmark report 已生成 | | |
| 25 | | model card 已生成 | | | 25 | | model card 已生成 | | |
| 26 | | license registry 已更新 | | | 26 | | license registry 已更新 | | |
| 27 | | service smoke test 通过 | | | 27 | | service smoke test 通过 | partial: `/health` OK, `/recognize/voice` blocked by missing `torch` | |
| 28 | | dataset whitelist 已确认 | | | 28 | | dataset whitelist 已确认 | | |
| 29 | | changelog 已更新 | | | 29 | | changelog 已更新 | yes | |
| 30 | 30 | ||
| 31 | ## 3. 文字说明 | 31 | ## 3. 文字说明 |
| 32 | - 任何缺失项都不能视作商用可发布 | 32 | - 任何缺失项都不能视作商用可发布 |
| ... | @@ -40,3 +40,11 @@ flowchart TD | ... | @@ -40,3 +40,11 @@ flowchart TD |
| 40 | ## Sources | 40 | ## Sources |
| 41 | - `docs/dataset-sources-and-licensing.md` | 41 | - `docs/dataset-sources-and-licensing.md` |
| 42 | - `docs/industrial-benchmark-spec.md` | 42 | - `docs/industrial-benchmark-spec.md` |
| 43 | |||
| 44 | |||
| 45 | ## 2026-06-03 voice-query service foundation | ||
| 46 | |||
| 47 | - `/health` 已可用 | ||
| 48 | - `/recognize/voice` 路由已接入,但当前推理仍被 `torch` 缺失阻塞 | ||
| 49 | - 本地 FAISS 20-song 验证已完成 | ||
| 50 | - handoff / changelog / docs README 已同步 | ... | ... |
-
Please register or sign in to post a comment