feat(dev): add local model serving tool - #212
Conversation
da1d319 to
a3a8702
Compare
3f68c14 to
b57974c
Compare
981c1dc to
f8bd142
Compare
|
/nvskills-ci |
2 similar comments
|
/nvskills-ci |
|
/nvskills-ci |
|
/nvskills-ci |
fb09707 to
1dd931e
Compare
|
/nvskills-ci |
|
Post-rebase A100 dogfood completed on HEAD
The analyzer reproduced the seven previously verified measurement false positives (1 biographies, 6 legal). No leak-metric changes are included in this hoster PR. |
8093109 to
08b7332
Compare
|
/nvskills-ci |
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
08b7332 to
9d9536b
Compare
|
/nvskills-ci |
|
Added pinned GPT-OSS 120B, GPT-OSS 20B, and Qwen3 30B A3B Instruct profiles on rebased HEAD |
Signed-off-by: nvskills-svc-account <svc-nvskills-signing@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
|
Medium hoster simplification is now on
The implementation began as an Engineer Arc candidate. Parent review rejected its over-aggressive test reduction, restored lifecycle-focused behavioral coverage, removed a stray compiler branch, and reran all validation before push. |
|
/nvskills-ci |
Signed-off-by: nvskills-svc-account <svc-nvskills-signing@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
|
Added the local-model deployment docs and checked-in GPU container image in commit 0034b8f. Validation: full suite 1,226 passed; make check passed; strict docs build passed; Docker image build passed; packaged CLI and vLLM Factory compatibility doctor passed inside the image. |
|
/nvskills-ci |
Signed-off-by: nvskills-svc-account <svc-nvskills-signing@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
|
Modern Python boundary refactor is now on HEAD
A Terra implementation and independent-review cycle found and resolved plugin-spec duplication, secret ownership, positional chunk tuples, and stale delegation seams. Primary-agent review then caught the empty-source-revision exit regression and the remaining manual HTTP ownership flag before push. Validation on the exact signed commit chain:
No bundled skill files changed, so no new |
Summary
Simplified scope
The tool owns one deployment domain: a managed local-process vLLM server.
task,model,vllm, andlocal.compile,launch,probe,inspect, andcancel.The tool remains under
tools/and is not part of the distributable Anonymizer package. It does not attach to existing endpoints or manage remote compute.Validation
make test: 1,226 passed.make check: formatting, lint, type checks, lock consistency, and copyright checks passed.make docs-build: strict build passed.tools/inference_service.Dockerfileasnemo-anonymizer-local-models:pr212; the packaged CLI exposed all five lifecycle commands and the vLLM Factory compatibility doctor passed.cleanup_complete: true, and left the A100 at 0 MiB used.