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
3bec41f4
Unverified
Commit
3bec41f4
authored
Apr 02, 2024
by
Roger Wang
Committed by
GitHub
Apr 02, 2024
Browse files
[Doc] Fix vLLMEngine Doc Page (#3791)
parent
0739b194
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
docs/requirements-docs.txt
docs/requirements-docs.txt
+3
-1
docs/source/conf.py
docs/source/conf.py
+1
-0
No files found.
docs/requirements-docs.txt
View file @
3bec41f4
...
...
@@ -7,4 +7,6 @@ sphinx-argparse
# packages to install to build the documentation
pydantic
-f https://download.pytorch.org/whl/cpu
torch
\ No newline at end of file
torch
py-cpuinfo
transformers
docs/source/conf.py
View file @
3bec41f4
...
...
@@ -75,6 +75,7 @@ html_theme_options = {
# Mock out external dependencies here.
autodoc_mock_imports
=
[
"cpuinfo"
,
"torch"
,
"transformers"
,
"psutil"
,
...
...
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