Unverified Commit 3bec41f4 authored by Roger Wang's avatar Roger Wang Committed by GitHub
Browse files

[Doc] Fix vLLMEngine Doc Page (#3791)

parent 0739b194
...@@ -7,4 +7,6 @@ sphinx-argparse ...@@ -7,4 +7,6 @@ sphinx-argparse
# packages to install to build the documentation # packages to install to build the documentation
pydantic pydantic
-f https://download.pytorch.org/whl/cpu -f https://download.pytorch.org/whl/cpu
torch torch
\ No newline at end of file py-cpuinfo
transformers
...@@ -75,6 +75,7 @@ html_theme_options = { ...@@ -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",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment