Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
4d8816cc
Unverified
Commit
4d8816cc
authored
Apr 29, 2020
by
Tianqi Chen
Committed by
GitHub
Apr 29, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CI] update ci-gpu to the latest (#5469)
parent
f1e87f1b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Jenkinsfile
+1
-1
docker/install/ubuntu_install_mxnet.sh
+1
-1
docs/conf.py
+1
-1
tests/scripts/task_sphinx_precheck.sh
+1
-1
No files found.
Jenkinsfile
View file @
4d8816cc
...
...
@@ -44,7 +44,7 @@
//
ci_lint
=
"tvmai/ci-lint:v0.60"
ci_gpu
=
"tvmai/ci-gpu:v0.6
1
"
ci_gpu
=
"tvmai/ci-gpu:v0.6
3
"
ci_cpu
=
"tvmai/ci-cpu:v0.61"
ci_i386
=
"tvmai/ci-i386:v0.52"
...
...
docker/install/ubuntu_install_mxnet.sh
View file @
4d8816cc
...
...
@@ -20,4 +20,4 @@ set -e
set
-u
set
-o
pipefail
pip3 install mxnet
-mkl
==
1.6.0
pip3 install
mxnet
==
1.6.0
docs/conf.py
View file @
4d8816cc
...
...
@@ -283,7 +283,7 @@ def process_docstring(app, what, name, obj, options, lines):
def
setup
(
app
):
app
.
connect
(
'autodoc-process-docstring'
,
process_docstring
)
app
.
add_
stylesheet
(
'css/tvm_theme.css'
)
app
.
add_
css_file
(
'css/tvm_theme.css'
)
app
.
add_config_value
(
'recommonmark_config'
,
{
'url_resolver'
:
lambda
url
:
github_doc_root
+
url
,
'auto_doc_ref'
:
True
...
...
tests/scripts/task_sphinx_precheck.sh
View file @
4d8816cc
...
...
@@ -42,7 +42,7 @@ cd docs
make clean
TVM_TUTORIAL_EXEC_PATTERN
=
none make html 2>/tmp/
$$
.log.txt
grep
-v
-E
"__mro__|
RemovedIn|UserWarning|FutureWarning|Keras
"
< /tmp/
$$
.log.txt
>
/tmp/
$$
.logclean.txt
||
true
grep
-v
-E
"__mro__|
UserWarning|FutureWarning|tensorflow|Keras|pytorch|TensorFlow
"
< /tmp/
$$
.log.txt
>
/tmp/
$$
.logclean.txt
||
true
echo
"---------Sphinx Log----------"
cat
/tmp/
$$
.logclean.txt
echo
"-----------------------------"
...
...
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