Unverified Commit a732900e authored by Guspan Tanadi's avatar Guspan Tanadi Committed by GitHub
Browse files

[Doc] Intended links Python multiprocessing library (#11878)

parent d848800e
...@@ -21,7 +21,7 @@ This document describes how vLLM deals with these challenges. ...@@ -21,7 +21,7 @@ This document describes how vLLM deals with these challenges.
## Multiprocessing Methods ## Multiprocessing Methods
[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:
- `spawn` - spawn a new Python process. This will be the default as of Python - `spawn` - spawn a new Python process. This will be the default as of Python
3.14. 3.14.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment