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

This commit is contained in:
Guspan Tanadi
2025-01-09 12:39:39 +07:00
committed by GitHub
parent d848800e88
commit a732900efc

View File

@ -21,7 +21,7 @@ This document describes how vLLM deals with these challenges.
## 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
3.14.