[Docs] re-organize nemotron cookbook (#27240)
This commit is contained in:
@@ -2,8 +2,6 @@
|
|||||||
title: Nemotron 3 Nano Omni
|
title: Nemotron 3 Nano Omni
|
||||||
metatags:
|
metatags:
|
||||||
description: "Deploy NVIDIA Nemotron 3 Nano Omni multimodal MoE model with SGLang - text, image, video, and audio inputs with reasoning and tool calling."
|
description: "Deploy NVIDIA Nemotron 3 Nano Omni multimodal MoE model with SGLang - text, image, video, and audio inputs with reasoning and tool calling."
|
||||||
tag:
|
|
||||||
NEW
|
|
||||||
---
|
---
|
||||||
|
|
||||||
import { Nemotron3NanoOmniDeployment } from '/src/snippets/autoregressive/nemotron3-nano-omni-deployment.jsx';
|
import { Nemotron3NanoOmniDeployment } from '/src/snippets/autoregressive/nemotron3-nano-omni-deployment.jsx';
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: NVIDIA Nemotron3-Ultra
|
title: NVIDIA Nemotron3-Ultra
|
||||||
metatags:
|
|
||||||
description: "Deploy NVIDIA Nemotron3-Ultra with SGLang - 550B hybrid MoE model (55B active) with 1M context window, BF16/NVFP4 support, built for long-running autonomous agents."
|
description: "Deploy NVIDIA Nemotron3-Ultra with SGLang - 550B hybrid MoE model (55B active) with 1M context window, BF16/NVFP4 support, built for long-running autonomous agents."
|
||||||
tag:
|
tag:
|
||||||
NEW
|
NEW
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ metatags:
|
|||||||
<Card
|
<Card
|
||||||
title="NVIDIA"
|
title="NVIDIA"
|
||||||
mode="card"
|
mode="card"
|
||||||
href="/cookbook/autoregressive/NVIDIA/Nemotron3-Nano-Omni"
|
href="/cookbook/autoregressive/NVIDIA/Nemotron3-Ultra"
|
||||||
img="/cards/logos/nvidia.png"
|
img="/cards/logos/nvidia.png"
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
|
|||||||
+2
-2
@@ -1005,10 +1005,10 @@
|
|||||||
{
|
{
|
||||||
"group": "NVIDIA",
|
"group": "NVIDIA",
|
||||||
"pages": [
|
"pages": [
|
||||||
|
"cookbook/autoregressive/NVIDIA/Nemotron3-Ultra",
|
||||||
"cookbook/autoregressive/NVIDIA/Nemotron3-Nano-Omni",
|
"cookbook/autoregressive/NVIDIA/Nemotron3-Nano-Omni",
|
||||||
"cookbook/autoregressive/NVIDIA/Nemotron3-Nano",
|
"cookbook/autoregressive/NVIDIA/Nemotron3-Nano",
|
||||||
"cookbook/autoregressive/NVIDIA/Nemotron3-Super",
|
"cookbook/autoregressive/NVIDIA/Nemotron3-Super"
|
||||||
"cookbook/autoregressive/NVIDIA/Nemotron3-Ultra"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user