From d25c1ec3c9706746e7606821101172194c005f0d Mon Sep 17 00:00:00 2001 From: Sage <80211083+sagearc@users.noreply.github.com> Date: Wed, 4 Mar 2026 19:45:35 +0200 Subject: [PATCH] docs(cpu): Clarify pre-built wheels requirement for CPU Python-only build (#35090) Signed-off-by: Sage Ahrac --- docs/getting_started/installation/cpu.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting_started/installation/cpu.md b/docs/getting_started/installation/cpu.md index 431de0d6a..102727980 100644 --- a/docs/getting_started/installation/cpu.md +++ b/docs/getting_started/installation/cpu.md @@ -75,6 +75,8 @@ For example, the nightly build index is: `https://wheels.vllm.ai/nightly/cpu/`. #### Set up using Python-only build (without compilation) {#python-only-build} +This method requires [pre-built wheels](#pre-built-wheels) for your platform. + Please refer to the instructions for [Python-only build on GPU](./gpu.md#python-only-build), and replace the build commands with: ```bash