[docs]update sm75 to sm80 min gpu support (#24336)

This commit is contained in:
Praneth Paruchuri
2026-05-04 13:50:20 -07:00
committed by GitHub
parent 0f283a515a
commit e93bb638bf
+1 -1
View File
@@ -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)
<Note>