Skip to content

Update live transcription samples to new Nemotron streaming ASR alias#777

Merged
kunal-vaishnavi merged 1 commit into
mainfrom
copilot/update-transcription-samples
Jun 5, 2026
Merged

Update live transcription samples to new Nemotron streaming ASR alias#777
kunal-vaishnavi merged 1 commit into
mainfrom
copilot/update-transcription-samples

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jun 5, 2026

This updates all real-time/live audio transcription samples to the current multilingual streaming ASR alias. The old nvidia-nemotron-3.5-asr-streaming-multilingual-0.6b reference is replaced with nemotron-3.5-asr-streaming-0.6b everywhere these samples document model selection.

  • Scope

    • Updated live transcription samples in:
      • samples/js/live-audio-transcription/app.js
      • samples/python/live-audio-transcription/src/app.py
      • samples/cs/live-audio-transcription/Program.cs
      • samples/cpp/live-audio-transcription/main.cpp
      • samples/rust/live-audio-transcription/src/main.rs
  • Change made

    • Replaced the multilingual model alias in sample model-selection lines/comments to ensure consistent guidance across SDK language samples.
  • Example

    // Before
    // const modelAlias = 'nvidia-nemotron-3.5-asr-streaming-multilingual-0.6b';
    
    // After
    // const modelAlias = 'nemotron-3.5-asr-streaming-0.6b';

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
foundry-local Ready Ready Preview, Comment Jun 5, 2026 12:00am

Request Review

@kunal-vaishnavi kunal-vaishnavi marked this pull request as ready for review June 5, 2026 00:00
Copilot AI review requested due to automatic review settings June 5, 2026 00:00
@kunal-vaishnavi kunal-vaishnavi enabled auto-merge (squash) June 5, 2026 00:01
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates the live audio transcription samples across all supported SDK languages to reference the current multilingual Nemotron streaming ASR model alias, keeping sample guidance consistent and up to date.

Changes:

  • Replaced nvidia-nemotron-3.5-asr-streaming-multilingual-0.6b with nemotron-3.5-asr-streaming-0.6b in live transcription sample model-selection comments/lines.
  • Kept the English-only alias examples unchanged while updating the multilingual alternative.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
samples/js/live-audio-transcription/app.js Updates the commented multilingual model alias to the new canonical alias.
samples/python/live-audio-transcription/src/app.py Updates the commented multilingual model alias used in the sample’s model selection guidance.
samples/cs/live-audio-transcription/Program.cs Updates the commented multilingual model alias for the C# live transcription sample.
samples/cpp/live-audio-transcription/main.cpp Updates the commented multilingual model alias for the C++ live transcription sample.
samples/rust/live-audio-transcription/src/main.rs Updates the commented multilingual model alias for the Rust live transcription sample.

@kunal-vaishnavi kunal-vaishnavi merged commit d219a30 into main Jun 5, 2026
42 of 56 checks passed
@kunal-vaishnavi kunal-vaishnavi deleted the copilot/update-transcription-samples branch June 5, 2026 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants