Proto commits in NVIDIA/NeMo

These 8 commits are when the Protocol Buffers files have changed:

Commit:ffc18a6
Author:Piotr Żelasko
Committer:GitHub

Remove stale NeMo dependencies on uv base (#15734) * Move requirements metadata to pyproject Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Update CI Dockerfile to install with uv Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Remove legacy requirements files Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Remove legacy Docker dependency installer Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Fix container build Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Fix nemo install Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Update lhotse minimum version Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Omit PyTorch synthetic module from coverage Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Mark test_speaker_target_setting as broken Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Revert "Mark test_speaker_target_setting as broken" This reverts commit 8c5a48eb504476b4efd21ff52b48c86350f47029. Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Use cu12 in docker CI Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Set back to cuda 13 install Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Update to pytorch 2.12 and cuda dl base image Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Try torch 2.10 Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Add deps Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Update uv lock file Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Fix install Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Add speech CI build ID label Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Fix SpeechLM2 automodel data parallel rank Signed-off-by: Piotr Żelasko <pzelasko@nvidia.com> * Fix lint failures after dependency migration Signed-off-by: Piotr Żelasko <pzelasko@nvidia.com> * Fix ASR CUDA graph transcribe workers * Fix functional model support tests * Use CUDA 13.2 PyTorch wheels * Fix ASR CUDA graph fallback errors * Fix TDT model support vocab targets Use decoder vocab size when generating synthetic TDT transcript labels so duration outputs from the joint are not sampled as labels. Move CUDA graph compile exception types into cuda_python_utils per review feedback. Signed-off-by: Piotr Żelasko <pzelasko@nvidia.com> * Remove stale NeMo dependencies on uv base * Remove stale direct dependencies * Fix dependency cleanup CI lint Signed-off-by: Piotr Żelasko <pzelasko@nvidia.com> * Lazy import notebook plotting dependencies Signed-off-by: Piotr Żelasko <pzelasko@nvidia.com> * Skip concat dataloader test without pyloudnorm Signed-off-by: Piotr Żelasko <pzelasko@nvidia.com> * Fix CUDA beam decoding transcript comparison Signed-off-by: Piotr Żelasko <pzelasko@nvidia.com> --------- Signed-off-by: Charlie Truong <chtruong@nvidia.com> Signed-off-by: Piotr Żelasko <pzelasko@nvidia.com> Co-authored-by: Charlie Truong <chtruong@nvidia.com>

This commit does not contain any .proto files.

Commit:df034be
Author:Piotr Żelasko

Remove unnecessary dependencies, remove some more unused modules Signed-off-by: Piotr Żelasko <petezor@gmail.com>

This commit does not contain any .proto files.

Commit:b558360
Author:Onur Yilmaz

Remove unrelated files and folders Signed-off-by: Onur Yilmaz <oyilmaz@nvidia.com>

This commit does not contain any .proto files.

Commit:c4ac64f
Author:Onur Yilmaz

Remove unneeded files for export and deploy Signed-off-by: Onur Yilmaz <oyilmaz@nvidia.com>

This commit does not contain any .proto files.

Commit:22721c1
Author:Onur Yilmaz

Remove unrelated folders and code Signed-off-by: Onur Yilmaz <oyilmaz@nvidia.com>

This commit does not contain any .proto files.

Commit:e484173
Author:Yang Zhang

add repo Signed-off-by: Yang Zhang <yangzhang@nvidia.com>

The documentation is generated from this commit.

Commit:7ba8819
Author:Ryan Leary
Committer:GitHub

Add basic grpc MT server (#1807) * Add basic grpc MT server Add readme, server updates Signed-off-by: Ryan Leary <rleary@nvidia.com> * style fix Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com> * fixing license headers Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com> * Add punctuation model into NMT service Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fix merge conflicts Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * style fixes to unblock CI Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com> * Add a Jarvis ASR + NeMo NMT client Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * style fixes Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Refactor gRPC service Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Update license headers Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Update one more license header Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Whitepsace in header Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Style fixes Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fix grpc requirement Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Update license headers Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Add option to specify src/tgt lang and import fixes Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Style fixes Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fix unused imports Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Renaming variables Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> Co-authored-by: Ryan Leary <rleary@nvidia.com> Co-authored-by: Oleksii Kuchaiev <okuchaiev@users.noreply.github.com> Co-authored-by: Oleksii Kuchaiev <okuchaiev@nvidia.com> Co-authored-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>

The documentation is generated from this commit.

Commit:2be5853
Author:Ryan Leary
Committer:GitHub

Add basic grpc MT server (#1807) * Add basic grpc MT server Add readme, server updates Signed-off-by: Ryan Leary <rleary@nvidia.com> * style fix Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com> * fixing license headers Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com> * Add punctuation model into NMT service Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fix merge conflicts Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * style fixes to unblock CI Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com> * Add a Jarvis ASR + NeMo NMT client Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * style fixes Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Refactor gRPC service Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Update license headers Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Update one more license header Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Whitepsace in header Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Style fixes Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fix grpc requirement Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Update license headers Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Add option to specify src/tgt lang and import fixes Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Style fixes Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Fix unused imports Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> * Renaming variables Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> Co-authored-by: Ryan Leary <rleary@nvidia.com> Co-authored-by: Oleksii Kuchaiev <okuchaiev@users.noreply.github.com> Co-authored-by: Oleksii Kuchaiev <okuchaiev@nvidia.com> Co-authored-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>

The documentation is generated from this commit.