Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
da4d1ef4
Unverified
Commit
da4d1ef4
authored
Jan 04, 2022
by
liuzhe-lz
Committed by
GitHub
Jan 04, 2022
Browse files
Fix doc pipeline (#4441)
parent
8d2215be
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
dependencies/recommended.txt
dependencies/recommended.txt
+2
-3
pipelines/fast-test.yml
pipelines/fast-test.yml
+3
-1
No files found.
dependencies/recommended.txt
View file @
da4d1ef4
# Recommended because some non-commonly-used modules/examples depend on those packages.
-f https://download.pytorch.org/whl/torch_stable.html
tensorflow == 2.5.0
keras == 2.4.3
tensorboard == 2.5.0
tensorflow == 2.7.0
tensorboard == 2.7.0
torch == 1.10.0+cpu ; sys_platform != "darwin"
torch == 1.10.0 ; sys_platform == "darwin"
torchvision == 0.11.1+cpu ; sys_platform != "darwin"
...
...
pipelines/fast-test.yml
View file @
da4d1ef4
...
...
@@ -36,6 +36,9 @@ stages:
python -m pip install -r dependencies/recommended.txt
python -m pip install -r dependencies/required_extra.txt
displayName
:
Install requirements
-
script
:
|
python test/vso_tools/interim_patch.py
displayName
:
Apply patch
-
script
:
|
cd docs
python tools/chineselink.py check
...
...
@@ -181,7 +184,6 @@ stages:
# Need del later
-
script
:
|
set -e
python test/vso_tools/interim_patch.py
displayName
:
Torch utils tensorboard interim patch
...
...
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