From 92120f641327dc8bd201d2705a73dde74962b50c Mon Sep 17 00:00:00 2001 From: Will Date: Fri, 13 Mar 2026 10:12:45 -0600 Subject: [PATCH 1/2] Remove unsupported claim that SGLang is NVIDIA recommended framework --- docs.json | 3 +- examples/text-generation/nemotron-3-super.mdx | 321 ++++++++++++++++++ 2 files changed, 323 insertions(+), 1 deletion(-) create mode 100644 examples/text-generation/nemotron-3-super.mdx diff --git a/docs.json b/docs.json index 49168dd..a04b43d 100644 --- a/docs.json +++ b/docs.json @@ -229,7 +229,8 @@ "quantized-gguf-models-cloned", "vllm-llm-inference-and-serving", "examples/text-generation/minimax-m2", - "examples/text-generation/glm-47-flash" + "examples/text-generation/glm-47-flash", + "examples/text-generation/nemotron-3-super" ] }, { diff --git a/examples/text-generation/nemotron-3-super.mdx b/examples/text-generation/nemotron-3-super.mdx new file mode 100644 index 0000000..c86f2dc --- /dev/null +++ b/examples/text-generation/nemotron-3-super.mdx @@ -0,0 +1,321 @@ +--- +title: NVIDIA Nemotron 3 Super +slug: nemotron-3-super-deployment-vast +createdAt: Wed Mar 12 2026 20:00:00 GMT+0000 (Coordinated Universal Time) +updatedAt: Wed Mar 12 2026 20:00:00 GMT+0000 (Coordinated Universal Time) +--- + +