Skip to content

Commit 95f7507

Browse files
guspan-tanadiIsotr0py
authored andcommitted
[Doc] Intended links Python multiprocessing library (vllm-project#11878)
Signed-off-by: Isotr0py <[email protected]>
1 parent 781dc44 commit 95f7507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/design/multiprocessing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This document describes how vLLM deals with these challenges.
2121

2222
## Multiprocessing Methods
2323

24-
[Python multiprocessing methods](https://docs.python.org/3/library/multiprocessing.html.md#contexts-and-start-methods) include:
24+
[Python multiprocessing methods](https://docs.python.org/3/library/multiprocessing.html#contexts-and-start-methods) include:
2525

2626
- `spawn` - spawn a new Python process. This will be the default as of Python
2727
3.14.

0 commit comments

Comments
 (0)