You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depending on the kind of development you'd like to do (e.g. Python, CUDA), you can choose to build vLLM with or without compilation.
30
32
Check out the [building from source][build-from-source] documentation for details.
31
33
@@ -42,7 +44,7 @@ For an optimized workflow when iterating on C++/CUDA kernels, see the [Increment
42
44
Install MkDocs along with the [plugins](https://github.com/vllm-project/vllm/blob/main/mkdocs.yaml) used in the vLLM documentation, as well as required dependencies:
43
45
44
46
```bash
45
-
pip install -r requirements/docs.txt
47
+
uv pip install -r requirements/docs.txt
46
48
```
47
49
48
50
!!! note
@@ -98,13 +100,14 @@ For additional features and advanced configurations, refer to the official [MkDo
0 commit comments