Nemotron ASR Support for Streaming#1997
Conversation
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 28 out of 28 changed files in this pull request and generated 9 comments.
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
|
@kunal-vaishnavi can we sign this off? |
There are a few issues with the ONNX models that may change the input/output structure. Decoder
From inspecting the graph, Joiner
This is the end of the encoder and the decoder. The decoder contains a
Here is the joiner model. The joiner is receiving 3D inputs from both the encoder and decoder and returns 4D outputs. The decoder input is 3D and the That shape of If we want to keep the input dimensions for the joiner model as the same, then we can move the |
Right, we are aware for the length, still waiting for the newest model, this is not related to this PR. I assume this PR will deal with ONNX model finalization and if there is any model signature change: I can wait for the team's changes though if you prefer. |








Uh oh!
There was an error while loading. Please reload this page.