refactor(services): consolidate model-serving projects under services - #321
Open
wenxind-nvidia wants to merge 5 commits into
Open
Conversation
Package the simple VLM worker and compose its streaming NAT vision function through VoiceSession. Preserve text, ping, voice-gate, readiness, participant cleanup, interruption, and model-overlay behavior while removing the sample's direct xr-ai-pipecat dependency. Signed-off-by: wenxind <wenxind@nvidia.com>
Signed-off-by: wenxind <wenxind@nvidia.com>
Signed-off-by: wenxind <wenxind@nvidia.com>
Signed-off-by: wenxind <wenxind@nvidia.com>
wenxind-nvidia
force-pushed
the
nat-align/14-consolidate-model-services
branch
from
July 31, 2026 19:10
aaf8bbd to
f00e5a1
Compare
Signed-off-by: wenxind <wenxind@nvidia.com>
wenxind-nvidia
force-pushed
the
nat-align/14-consolidate-model-services
branch
from
July 31, 2026 20:34
f00e5a1 to
bab84df
Compare
wenxind-nvidia
force-pushed
the
nat-align/13-structured-model-specs
branch
2 times, most recently
from
August 3, 2026 23:08
e193408 to
eedaad7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
services/directoriesmodels/cache and document how existing offline installations can merge ignored caches left underai-services/Cache migration
Git cannot move ignored model weights. Before starting relocated services offline, users of the old standalone VLM, STT, Nemotron 3 Nano, Nemotron Omni, Magpie TTS, or Piper TTS configurations should merge
ai-services/models/andai-services/tts/models/intomodels/. The exact non-clobbering procedure is documented indocs/ai-services.mdand linked fromservices/README.md.Sample-owned YAMLs and the standalone Llama Nemotron YAML already resolved to repository-root
models/and need no migration.Scope
agent-mcp-servers/xr-render-demochanges are limited to mechanical model-service path replacements inmain.pyand one stale path correction in a YAML commentValidation
uv run --project tests pytest -q tests -m 'not gpu'— 692 passed, 2 skipped, 10 deselecteduv run pytest -q test_piper_tts.py— 1 passeduv lock --projectfor all seven moved projectsuvx ruff check --no-cache .git diff --checkStacked on PR #320.