From 387c932dfc88664b19be9fd098ebed42eed7f28d Mon Sep 17 00:00:00 2001 From: zijiexia <37504505+zijiexia@users.noreply.github.com> Date: Tue, 28 Apr 2026 15:08:34 -0700 Subject: [PATCH] [Docs] update Docker image for Nemotron 3 Nano Omni (#23968) --- docs_new/cookbook/autoregressive/NVIDIA/Nemotron3-Nano-Omni.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_new/cookbook/autoregressive/NVIDIA/Nemotron3-Nano-Omni.mdx b/docs_new/cookbook/autoregressive/NVIDIA/Nemotron3-Nano-Omni.mdx index 948cdea68..89926ebac 100644 --- a/docs_new/cookbook/autoregressive/NVIDIA/Nemotron3-Nano-Omni.mdx +++ b/docs_new/cookbook/autoregressive/NVIDIA/Nemotron3-Nano-Omni.mdx @@ -52,7 +52,7 @@ pip install sglang uv pip install 'git+https://github.com/sgl-project/sglang.git#subdirectory=python' # Or use Docker -docker pull lmsysorg/sglang:nightly +docker pull lmsysorg/sglang:dev-cu13-nemotronh-nano-omni-reasoning-v3 ``` For the full Docker setup and other installation methods, refer to the [official SGLang installation guide](../../../docs/get-started/installation).