[Bugfix][Docs] Update list of mock imports (#7493)

This commit is contained in:
Cyrus Leung
2024-08-14 11:37:30 +08:00
committed by GitHub
parent ea49e6a3c8
commit dd164d72f3
2 changed files with 3 additions and 1 deletions

View File

@ -97,13 +97,13 @@ def setup(app):
# Mock out external dependencies here, otherwise the autodoc pages may be blank.
autodoc_mock_imports = [
"aiohttp",
"compressed_tensors",
"cpuinfo",
"torch",
"transformers",
"psutil",
"prometheus_client",
"sentencepiece",
"vllm.cuda_utils",
"vllm._C",
"PIL",
"numpy",