Skip to content

Releases: NVIDIA/NeMo

NVIDIA Neural Modules 2.2.0

12 Mar 20:30
7192a2c
Compare
Choose a tag to compare

Highlights

  • Training
    • Blackwell and Grace Blackwell support
    • Pipeline parallel support for distillation
    • Improved NeMo Framework installation
  • Export & Deploy
    • vLLM export for NeMo 2.0
  • Evaluations
    • Integrate lm-eval-harness
  • Collections
    • LLM
      • DAPT Example and best practices in nemo 2.0
      • [NeMo 2.0] Enable Tool Learning and add a tutorial
      • Support GPT Embedding Model (Llama 3.2 1B/3B)
      • Qwen2.5, Phi4 (via AutoModel)
      • SFT for Llama 3.3 model (via AutoModel)
      • Support BERT Embedding Model with NeMo 2.0
      • DeepSeek SFT & PEFT Support
    • MultiModal
      • Clip
      • SP for NeVA
      • CP for NeVA
      • Intern-VIT
  • Automodel
    • Preview release.
    • PEFT and SFT support for LLMs available via Hugging Face’s AutoModelForCausalLM.
    • Support for Hugging Face-native checkpoints (full model and adapter only).
    • Support for distributed training via DDP and FSDP2.
  • ASR/TTS
    • Lhotse: TPS-free 2D bucket estimation and filtering
    • Update model outputs to make all asr outputs to be in consistent format
    • Sortformer Release Model

Detailed Changelogs:

ASR

Changelog

TTS

Changelog

NLP / NMT

Changelog

Text Normalization / Inverse Text Normalization

Changelog

NeMo Tools

Changelog

Export

Changelog

Bugfixes

Changelog
  • added required instalation for sox to process mp3 file by @Ssofja :: PR: #11709
  • removed the line which caused a problem in nfa_tutorial by @Ssofja :: PR: #11710
  • Bug fix minor bug in TRT-LLM deployment by @oyilmaz-nvidia :: PR: #11714

Uncategorized:

Changelog
Read more

NVIDIA Neural Modules 2.2.0rc3

25 Feb 12:47
b21e079
Compare
Choose a tag to compare
Pre-release

Prerelease: NVIDIA Neural Modules 2.2.0rc3 (2025-02-25)

NVIDIA Neural Modules 2.2.0rc2

17 Feb 17:04
798b676
Compare
Choose a tag to compare
Pre-release

Prerelease: NVIDIA Neural Modules 2.2.0rc2 (2025-02-17)

NVIDIA Neural Modules 2.2.0rc1

04 Feb 08:02
18e2bd8
Compare
Choose a tag to compare
Pre-release

Prerelease: NVIDIA Neural Modules 2.2.0rc1 (2025-02-04)

NVIDIA Neural Modules 2.2.0rc0

02 Feb 23:30
2f66ada
Compare
Choose a tag to compare
Pre-release

Prerelease: NVIDIA Neural Modules 2.2.0rc0 (2025-02-02)

NVIDIA Neural Modules 2.1.0

03 Jan 10:31
633cb60
Compare
Choose a tag to compare

Highlights

  • Training
    • Fault Tolerance
      • Straggler Detection
      • Auto Relaunch
  • LLM & MM
    • MM models
      • Llava-next
      • Llama 3.2
    • Sequence Model Parallel for NeVa
    • Enable Energon
    • SigLIP (NeMo 1.0 only)
    • LLM 2.0 migration
      • Starcoder2
      • Gemma 2
      • T5
      • Baichuan
      • BERT
      • Mamba
      • ChatGLM
    • DoRA support
  • Export
    • Nemo 2.0 base model export path for NIM
    • PTQ in Nemo 2.0
  • ASR
    • Timestamps with TDT decoder
    • Timestamps option with .transcribe()

Detailed Changelogs:

ASR

Changelog

TTS

Changelog

NLP / NMT

Changelog

Text Normalization / Inverse Text Normalization

Changelog

Export

Changelog

Bugfixes

Changelog

Uncategorized:

Changelog
Read more

NVIDIA Neural Modules 2.1.0rc2

21 Dec 18:54
49ef560
Compare
Choose a tag to compare
Pre-release

Prerelease: NVIDIA Neural Modules 2.1.0rc2 (2024-12-21)

NVIDIA Neural Modules 2.1.0rc1

20 Dec 08:48
526a525
Compare
Choose a tag to compare
Pre-release

Prerelease: NVIDIA Neural Modules 2.1.0rc1 (2024-12-20)

NVIDIA Neural Modules 2.1.0rc0

11 Dec 23:16
ceeafa4
Compare
Choose a tag to compare
Pre-release
[🤠]: Howdy folks, let's release NeMo `r2.1.0` ! (#11556)

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: pablo-garay <7166088+pablo-garay@users.noreply.github.com>

NVIDIA Neural Modules 2.0.0

14 Nov 18:57
e938df3
Compare
Choose a tag to compare

Highlights

Large language models & Multi modal

  • Training
    • Long context recipe
    • PyTorch Native FSDP 1
  • Models
    • Llama 3
    • Mixtral
    • Nemotron
  • NeMo 1.0
    • SDXL (text-2-image)
    • Model Opt
      • Depth Pruning (docs)
      • Logit based Knowledge Distillation (docs)

Export

  • TensorRT-LLM v0.12 integration
  • LoRA support for vLLM
  • FP8 checkpoint

ASR

  • Parakeet large (ASR with PnC model)
  • Added Uzbek offline and Gregorian streaming models
  • Optimization feature for efficient bucketing to improve bs consumption on GPUs

Detailed Changelogs

ASR

Changelog

TTS

Changelog

NLP / NMT

Changelog