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

[Doc] Fix vLLMEngine Doc Page (#3791)

parent 0739b194
......@@ -8,3 +8,5 @@ sphinx-argparse
pydantic
-f https://download.pytorch.org/whl/cpu
torch
py-cpuinfo
transformers
......@@ -75,6 +75,7 @@ html_theme_options = {
# Mock out external dependencies here.
autodoc_mock_imports = [
"cpuinfo",
"torch",
"transformers",
"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