[Doc] Fix vLLMEngine Doc Page (#3791)

This commit is contained in:
Roger Wang 2024-04-02 09:49:37 -07:00 committed by GitHub
parent 0739b1947f
commit 3bec41f41a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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",