We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d848800 commit a732900Copy full SHA for a732900
docs/source/design/multiprocessing.md
@@ -21,7 +21,7 @@ This document describes how vLLM deals with these challenges.
21
22
## Multiprocessing Methods
23
24
-[Python multiprocessing methods](https://docs.python.org/3/library/multiprocessing.html.md#contexts-and-start-methods) include:
+[Python multiprocessing methods](https://docs.python.org/3/library/multiprocessing.html#contexts-and-start-methods) include:
25
26
- `spawn` - spawn a new Python process. This will be the default as of Python
27
3.14.
0 commit comments