"vscode:/vscode.git/clone" did not exist on "ab81379ea6b0135c6a89c7deb97b49c962dabb4a"
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 ...@@ -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 = { ...@@ -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