mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 01:55:01 +08:00
[Doc] Rename page titles (#20130)
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
parent
6393b03986
commit
34878a0b48
@ -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.
|
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.
|
||||||
|
|
||||||
|
|||||||
@ -14,9 +14,9 @@ However, this can be more complex for models that include new operators (e.g., a
|
|||||||
|
|
||||||
Read through these pages for a step-by-step guide:
|
Read through these pages for a step-by-step guide:
|
||||||
|
|
||||||
- [Implementing a Basic Model](basic.md)
|
- [Basic Model](basic.md)
|
||||||
- [Registering a Model to vLLM](registration.md)
|
- [Registering a Model](registration.md)
|
||||||
- [Writing Unit Tests](tests.md)
|
- [Unit Testing](tests.md)
|
||||||
- [Multi-Modal Support](multimodal.md)
|
- [Multi-Modal Support](multimodal.md)
|
||||||
|
|
||||||
!!! tip
|
!!! tip
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Implementing a Basic Model
|
title: Basic Model
|
||||||
---
|
---
|
||||||
[](){ #new-model-basic }
|
[](){ #new-model-basic }
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Registering a Model to vLLM
|
title: Registering a Model
|
||||||
---
|
---
|
||||||
[](){ #new-model-registration }
|
[](){ #new-model-registration }
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Writing Unit Tests
|
title: Unit Testing
|
||||||
---
|
---
|
||||||
[](){ #new-model-tests }
|
[](){ #new-model-tests }
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user