Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
99c3cfb8
"tests/vscode:/vscode.git/clone" did not exist on "d4629dc43f92c189e90a3e2f2f8a52648aed4d9d"
Unverified
Commit
99c3cfb8
authored
Mar 08, 2024
by
Roger Wang
Committed by
GitHub
Mar 08, 2024
Browse files
[Docs] Fix Unmocked Imports (#3275)
parent
1ece1ae8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
docs/source/conf.py
docs/source/conf.py
+9
-2
No files found.
docs/source/conf.py
View file @
99c3cfb8
...
@@ -72,8 +72,15 @@ html_theme_options = {
...
@@ -72,8 +72,15 @@ html_theme_options = {
# Mock out external dependencies here.
# Mock out external dependencies here.
autodoc_mock_imports
=
[
autodoc_mock_imports
=
[
"torch"
,
"transformers"
,
"psutil"
,
"prometheus_client"
,
"sentencepiece"
,
"torch"
,
"vllm.cuda_utils"
,
"vllm._C"
"transformers"
,
"psutil"
,
"prometheus_client"
,
"sentencepiece"
,
"vllm.cuda_utils"
,
"vllm._C"
,
"numpy"
,
"tqdm"
,
]
]
for
mock_target
in
autodoc_mock_imports
:
for
mock_target
in
autodoc_mock_imports
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment