You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Nemotron Super and Ultra in Supported Models and add an example (NVIDIA#3632)
* Update Nemotron Super and Ultra in Supported Models and add an example
Signed-off-by: Nave Assaf <[email protected]>
* Update README link to match new examples structure
Signed-off-by: Nave Assaf <[email protected]>
---------
Signed-off-by: Nave Assaf <[email protected]>
Copy file name to clipboardExpand all lines: examples/models/core/nemotron_nas/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@ The TensorRT-LLM Nemotron-NAS implementation can be found in [tensorrt_llm/model
16
16
17
17
*[`convert_checkpoint.py`](./convert_checkpoint.py) to convert the model into tensorrt-llm checkpoint format.
18
18
19
+
The recommended flow for using Nemotron-NAS models is through TRTLLM's PyTorch-based flow.
20
+
An example of how to run `Nemotron-NAS` models through the PyTorch workflow can be found in the [PyTorch quickstart example](../../../pytorch/README.md).
0 commit comments