Unverified Commit 99c3cfb8 authored by Roger Wang's avatar Roger Wang Committed by GitHub
Browse files

[Docs] Fix Unmocked Imports (#3275)

parent 1ece1ae8
......@@ -72,8 +72,15 @@ html_theme_options = {
# Mock out external dependencies here.
autodoc_mock_imports = [
"torch", "transformers", "psutil", "prometheus_client", "sentencepiece",
"vllm.cuda_utils", "vllm._C"
"torch",
"transformers",
"psutil",
"prometheus_client",
"sentencepiece",
"vllm.cuda_utils",
"vllm._C",
"numpy",
"tqdm",
]
for mock_target in autodoc_mock_imports:
......
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