Unverified Commit 4d8816cc by Tianqi Chen Committed by GitHub

[CI] update ci-gpu to the latest (#5469)

parent f1e87f1b
......@@ -44,7 +44,7 @@
//
ci_lint = "tvmai/ci-lint:v0.60"
ci_gpu = "tvmai/ci-gpu:v0.61"
ci_gpu = "tvmai/ci-gpu:v0.63"
ci_cpu = "tvmai/ci-cpu:v0.61"
ci_i386 = "tvmai/ci-i386:v0.52"
......
......@@ -20,4 +20,4 @@ set -e
set -u
set -o pipefail
pip3 install mxnet-mkl==1.6.0
pip3 install mxnet==1.6.0
......@@ -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
......
......@@ -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 "-----------------------------"
......
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