Skip to content

Commit a732900

Browse files
[Doc] Intended links Python multiprocessing library (#11878)
1 parent d848800 commit a732900

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)