[Doc] Rename page titles (#20130)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung
2025-06-26 23:18:49 +08:00
committed by GitHub
parent 6393b03986
commit 34878a0b48
5 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
# Incremental Compilation Workflow for vLLM Development
# Incremental Compilation Workflow
When working on vLLM's C++/CUDA kernels located in the `csrc/` directory, recompiling the entire project with `uv pip install -e .` for every change can be time-consuming. An incremental compilation workflow using CMake allows for faster iteration by only recompiling the necessary components after an initial setup. This guide details how to set up and use such a workflow, which complements your editable Python installation.