[Doc] Fix vLLMEngine Doc Page (#3791)
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user