Skip to content

Commit 3bec41f

Browse files
authored
[Doc] Fix vLLMEngine Doc Page (#3791)
1 parent 0739b19 commit 3bec41f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/requirements-docs.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ sphinx-argparse
77
# packages to install to build the documentation
88
pydantic
99
-f https://download.pytorch.org/whl/cpu
10-
torch
10+
torch
11+
py-cpuinfo
12+
transformers

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575

7676
# Mock out external dependencies here.
7777
autodoc_mock_imports = [
78+
"cpuinfo",
7879
"torch",
7980
"transformers",
8081
"psutil",

0 commit comments

Comments
 (0)