Removing pip install instruction for NeMo voice agent environment setting#15101
Merged
tango4j merged 3 commits intoNVIDIA-NeMo:mainfrom Dec 15, 2025
Merged
Removing pip install instruction for NeMo voice agent environment setting#15101tango4j merged 3 commits intoNVIDIA-NeMo:mainfrom
tango4j merged 3 commits intoNVIDIA-NeMo:mainfrom
Conversation
Signed-off-by: taejinp <tango4j@gmail.com>
Signed-off-by: taejinp <tango4j@gmail.com>
Collaborator
Author
|
@chtruong814 |
KunalDhawan
approved these changes
Dec 5, 2025
Collaborator
KunalDhawan
left a comment
There was a problem hiding this comment.
LGTM, conditionally approved. This is required to ensure that 'nemo-toolkit[all]' installation doesn't conflict with the pinned library version in environment.yaml. However, we need to add nemo-toolkit support later to ensure that all nemotron models are supported.
AkCodes23
pushed a commit
to AkCodes23/NeMo
that referenced
this pull request
Jan 28, 2026
…ting (NVIDIA-NeMo#15101) * Removing pip install for Nemotron inclusion Signed-off-by: taejinp <tango4j@gmail.com> * Removing requirements file Signed-off-by: taejinp <tango4j@gmail.com> --------- Signed-off-by: taejinp <tango4j@gmail.com> Signed-off-by: Akhil Varanasi <akhilvaranasi23@gmail.com>
nune-tadevosyan
pushed a commit
to nune-tadevosyan/NeMo
that referenced
this pull request
Mar 13, 2026
…ting (NVIDIA-NeMo#15101) * Removing pip install for Nemotron inclusion Signed-off-by: taejinp <tango4j@gmail.com> * Removing requirements file Signed-off-by: taejinp <tango4j@gmail.com> --------- Signed-off-by: taejinp <tango4j@gmail.com>
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.
What does this PR do ?
Since NeMo voice agent is not pip install friendly, we are removing the pip-install instructions.
Collection: [Note which collection this PR will affect]
NeMo voice agent
Changelog
Remove the few lines in
examples/voice_agent/README.mdUsage
See
https://github.com/NVIDIA-NeMo/NeMo/tree/main/examples/voice_agentBefore your PR is "Ready for review"
Pre checks:
PR Type:
If you haven't finished some of the above items you can still open "Draft" PR.
Who can review?
Anyone in the community is free to review the PR once the checks have passed.
Contributor guidelines contains specific people who can review PRs to various areas.
Additional Information