Unverified Commit 3fdfb334 authored by Yuge Zhang's avatar Yuge Zhang Committed by GitHub
Browse files

Hot-fix for experiment APIs on readthedocs (#3290)

parent 92ae65e9
...@@ -50,7 +50,7 @@ extensions = [ ...@@ -50,7 +50,7 @@ extensions = [
] ]
# Add mock modules # Add mock modules
autodoc_mock_imports = ['apex'] autodoc_mock_imports = ['apex', 'nni_node']
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']
......
...@@ -19,6 +19,7 @@ pkginfo ...@@ -19,6 +19,7 @@ pkginfo
websockets websockets
filelock filelock
prettytable prettytable
psutil
ruamel.yaml ruamel.yaml
https://download.pytorch.org/whl/cpu/torch-1.7.1%2Bcpu-cp37-cp37m-linux_x86_64.whl https://download.pytorch.org/whl/cpu/torch-1.7.1%2Bcpu-cp37-cp37m-linux_x86_64.whl
https://download.pytorch.org/whl/cpu/torchvision-0.8.2%2Bcpu-cp37-cp37m-linux_x86_64.whl https://download.pytorch.org/whl/cpu/torchvision-0.8.2%2Bcpu-cp37-cp37m-linux_x86_64.whl
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