From 4e88723f32f1115130566b31dba0d3c31ab1b13f Mon Sep 17 00:00:00 2001 From: youkaichao Date: Tue, 3 Jun 2025 21:42:17 +0800 Subject: [PATCH] [doc] clarify windows support (#19088) Signed-off-by: youkaichao --- docs/getting_started/installation/gpu.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/getting_started/installation/gpu.md b/docs/getting_started/installation/gpu.md index 3c983f600673..f8a3acef784f 100644 --- a/docs/getting_started/installation/gpu.md +++ b/docs/getting_started/installation/gpu.md @@ -19,6 +19,9 @@ vLLM is a Python library that supports the following GPU variants. Select your G - OS: Linux - Python: 3.9 -- 3.12 +!!! note + vLLM does not support Windows natively. To run vLLM on Windows, you can use the Windows Subsystem for Linux (WSL) with a compatible Linux distribution, or use some community-maintained forks, e.g. [https://github.com/SystemPanic/vllm-windows](https://github.com/SystemPanic/vllm-windows). + === "NVIDIA CUDA" --8<-- "docs/getting_started/installation/gpu/cuda.inc.md:requirements"