NeMo
NeMo copied to clipboard
A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal, and Speech AI (Automatic Speech Recognition and Text-to-Speech)
> [!IMPORTANT] > The `Update branch` button must only be pressed in very rare occassions. > An outdated branch is never blocking the merge of a PR. > Please reach...
> [!IMPORTANT] > The `Update branch` button must only be pressed in very rare occassions. > An outdated branch is never blocking the merge of a PR. > Please reach...
While preparing large multilingual ASR datasets for NeMo training, I encountered a limitation where NeMo’s manifest-based dataset pipeline requires explicit audio file paths on disk (e.g., .wav or .flac), but...
Bumps [vllm](https://github.com/vllm-project/vllm) from 0.10.1.1 to 0.11.0. Release notes Sourced from vllm's releases. v0.11.0 Highlights This release features 538 commits, 207 contributors (65 new contributors)! This release completes the removal of...
## Description Fixes issue #15040 where exporting Parakeet models to ONNX fails when using dynamo export due to incorrect variable naming in the export code path. ## Root Cause When...
**Agent:** blackbox **Model:** blackboxai/blackbox-pro
As of now the AlignAtt implementation is seemingly supporting only greedy search. Simulstreaming (https://github.com/ufal/SimulStreaming) seems to have generalized this to beamsearch of any beamsize. I am thinking of implementing a...
> [!IMPORTANT] > The `Update branch` button must only be pressed in very rare occassions. > An outdated branch is never blocking the merge of a PR. > Please reach...
> [!IMPORTANT] > The `Update branch` button must only be pressed in very rare occassions. > An outdated branch is never blocking the merge of a PR. > Please reach...
**Describe the bug** There is inconsistent documentation and missing implementation support for **LLaMA-Nemotron-VL** within the NVIDIA NeMo framework. The current official documentation references model setup, configuration, and inference examples that...