NvTensorRtRtx EP option in GenAI - model builder - #1453
Conversation
…ensorRtRtx EP. - NvTensorRtRtx uses opset 21. - Enables use_qdq and uses Gelu standard op from opset 20.
Enabling Contrib-Ops Expansion Tested with Gemma-2b-it, Gemma-2-2b-it, deepseek llama and Nemotron 4b.
Co-authored-by: kunal-vaishnavi <115581922+kunal-vaishnavi@users.noreply.github.com>
Co-authored-by: kunal-vaishnavi <115581922+kunal-vaishnavi@users.noreply.github.com>
Co-authored-by: kunal-vaishnavi <115581922+kunal-vaishnavi@users.noreply.github.com>
Updating functions as hidden starts with _* Co-authored-by: kunal-vaishnavi <115581922+kunal-vaishnavi@users.noreply.github.com>
Implemented separate _make_layernormalization for contirb-ops
Review comment fixed for Gelu parent function which decides between official and contrib-ops as well.
Fixed rebase conflict issues
Fixed more merge conflict issues
Co-authored-by: kunal-vaishnavi <115581922+kunal-vaishnavi@users.noreply.github.com>
Reverting unwanted changes
|
kunal-vaishnavi, can you help retrigger pipeline? seems like "CUDNN" error not related to my change. |
|
kunal-vaishnavi , can you please help retrigger the pipeline and help merge this change once review is final? |
|
kunal-vaishnavi , can you help merge this PR? |
|
Need help merge this PR as this is already reviewed & approved. Also, the pipeline failure Linux CUDA x64 Build / linux-cuda-x64-build is unrelated to code changes in this PR. |
kunal-vaishnavi and Baiju Meswani (@baijumeswani) , can you help merge this change? |
|
The issue was addressed in #1497. Please merge main and push. |
Thanks, I see pipeline is passing now. |
Add NvTensorRtRtx EP option in GenAI - model builder