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).