mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-15 07:05:01 +08:00
[Doc] Fix vLLMEngine Doc Page (#3791)
This commit is contained in:
parent
0739b1947f
commit
3bec41f41a
@ -8,3 +8,5 @@ sphinx-argparse
|
|||||||
pydantic
|
pydantic
|
||||||
-f https://download.pytorch.org/whl/cpu
|
-f https://download.pytorch.org/whl/cpu
|
||||||
torch
|
torch
|
||||||
|
py-cpuinfo
|
||||||
|
transformers
|
||||||
|
|||||||
@ -75,6 +75,7 @@ html_theme_options = {
|
|||||||
|
|
||||||
# Mock out external dependencies here.
|
# Mock out external dependencies here.
|
||||||
autodoc_mock_imports = [
|
autodoc_mock_imports = [
|
||||||
|
"cpuinfo",
|
||||||
"torch",
|
"torch",
|
||||||
"transformers",
|
"transformers",
|
||||||
"psutil",
|
"psutil",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user