Skip to content

Commit f63ef18

Browse files
committed
docs(onnx): reconcile completed milestones
Update the ONNX Runtime embedding serving plan to match the completed implementation and validation state. Mark Milestones 0 through 8 complete, replace stale in-progress wording with the final provider-model, Rust ONNX Runtime, frontend, and release-validation outcomes, and keep remaining follow-ups limited to the unavailable cargo-audit command and out-of-scope GPU packaging. Verification: git diff --check.
1 parent 41dda6f commit f63ef18

3 files changed

Lines changed: 99 additions & 86 deletions

File tree

docs/plans/onnx-runtime-embedding-serving/execution-and-coordination.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,14 +1094,13 @@ changes remain.
10941094
execution moves into Rust dependency review/execution slices, and the aborted
10951095
uncommitted Python sidecar files were removed before this documentation
10961096
update.
1097-
- Rust ONNX Milestone 1 skeleton is in progress: `pumas-core` now owns
1097+
- Rust ONNX Milestone 1 skeleton is complete: `pumas-core` now owns
10981098
validated ONNX provider/session contracts, a fake embedding backend, bounded
1099-
session manager, README, and focused tests. Composition-root integration,
1100-
gateway error shaping, and full shutdown/cancellation ordering remain open.
1101-
- Rust ONNX provider-contract work is in progress: core provider/runtime-profile
1102-
enums and behavior now model ONNX as an embedding-only in-process runtime,
1103-
and RPC serving has explicit non-critical ONNX not-yet-wired paths until the
1104-
serving adapter slice connects the session manager.
1099+
session manager, README, composition-root integration, gateway error shaping,
1100+
shutdown ordering, and focused tests.
1101+
- Rust ONNX provider-contract work is complete: core provider/runtime-profile
1102+
enums and behavior model ONNX as an embedding-only in-process runtime, and
1103+
RPC serving connects the session manager through the provider adapter path.
11051104
- Frontend runtime-provider contracts are synced for ONNX provider ids, modes,
11061105
labels, CPU-only device options, `.onnx` compatibility, and descriptor tests.
11071106
- Serving validation is complete for ONNX: `.onnx` artifacts and running ONNX
@@ -1562,4 +1561,6 @@ changes remain.
15621561
`frontend/src/components/app-panels/sections/README.md`.
15631562
- Module README updated: `frontend/src/components/app-panels/README.md`.
15641563
- ADR added/updated: `docs/adr/0001-onnx-runtime-provider-model.md`.
1565-
- PR notes completed per `templates/PULL_REQUEST_TEMPLATE.md`: pending.
1564+
- PR notes completed per `templates/PULL_REQUEST_TEMPLATE.md`: not applicable
1565+
for this local branch slice; plan evidence and commit messages carry the
1566+
required verification details.

0 commit comments

Comments
 (0)