Skip to content

Commit

Permalink
[Doc] Intended links Python multiprocessing library (vllm-project#11878)
Browse files Browse the repository at this point in the history
  • Loading branch information
guspan-tanadi authored Jan 9, 2025
1 parent d848800 commit a732900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/design/multiprocessing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a732900

Please sign in to comment.