"...python/git@developer.sourcefind.cn:change/sglang.git" did not exist on "f35f120d700fe425296f790d6e5669af621244b9"
Commit be2722e1 authored by rusty1s's avatar rusty1s
Browse files

fix torch

parent a3359645
-f https://download.pytorch.org/whl/torch_stable.html
numpy
torch
sphinx sphinx
sphinx_rtd_theme sphinx_rtd_theme
sphinx-autodoc-typehints sphinx-autodoc-typehints
...@@ -14,10 +14,6 @@ extensions = [ ...@@ -14,10 +14,6 @@ extensions = [
'sphinx_autodoc_typehints', 'sphinx_autodoc_typehints',
] ]
autodoc_mock_imports = [
'torch',
]
source_suffix = '.rst' source_suffix = '.rst'
master_doc = 'index' master_doc = 'index'
......
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