areusch commented on code in PR #10921:
URL: https://github.com/apache/tvm/pull/10921#discussion_r883730195
##########
apps/microtvm/pyproject.toml:
##########
@@ -129,7 +129,7 @@ importer-tflite = ["tflite", "tensorflow",
"tensorflow-estimator"]
autodocsumm = "^0.1"
black = "^19.10b0"
sphinx = "^3.0"
-sphinx-gallery = "^0.8"
+sphinx-gallery = { git =
"https://github.com/sphinx-gallery/sphinx-gallery.git", branch = "master" }
Review Comment:
Let's at least pin to a deterministic revision so we don't have to handle
churn in Sphinx-gallery in our ci rebuild process
##########
tests/scripts/task_python_docs.sh:
##########
@@ -84,6 +84,7 @@ IGNORED_WARNINGS=(
'autotvm:Cannot find config for target=llvm -keys=cpu -link-params=0'
'autotvm:One or more operators have not been tuned. Please tune your model
for better performance. Use DEBUG logging level to see more details.'
'autotvm:Cannot find config for target=cuda -keys=cuda,gpu'
+ 'absl:For model inputs containing unsupported operations'
Review Comment:
Can you link me to an example log line?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]