From e93bb638bf949c5c49f18ed0686fac29710d0d5e Mon Sep 17 00:00:00 2001 From: Praneth Paruchuri Date: Tue, 5 May 2026 02:20:20 +0530 Subject: [PATCH] [docs]update sm75 to sm80 min gpu support (#24336) --- docs_new/docs/get-started/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_new/docs/get-started/quickstart.mdx b/docs_new/docs/get-started/quickstart.mdx index 37bc0564d..a80ef9b00 100644 --- a/docs_new/docs/get-started/quickstart.mdx +++ b/docs_new/docs/get-started/quickstart.mdx @@ -18,7 +18,7 @@ By the end, you'll have a working SGLang server responding to your prompts. ## Prerequisites - **Python**: 3.10 or higher -- **GPU**: NVIDIA GPU with CUDA support (sm75 and above, e.g., T4, A10, A100, L4, L40S, H100) +- **GPU**: NVIDIA GPU with CUDA support (sm80 and above, e.g., A10, A100, L4, L40S, H100) - **OS**: Linux (recommended)