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