From 4805f3f2cb57f5538caf37552c174fae8170c11f Mon Sep 17 00:00:00 2001 From: Masahiro Hiramori Date: Wed, 30 Oct 2024 17:22:23 +0900 Subject: [PATCH] ignore warnings from sphinx --- tests/scripts/task_python_docs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/scripts/task_python_docs.sh b/tests/scripts/task_python_docs.sh index 2a213ddd1843..dca9c364e4e1 100755 --- a/tests/scripts/task_python_docs.sh +++ b/tests/scripts/task_python_docs.sh @@ -86,6 +86,8 @@ IGNORED_WARNINGS=( 'autotvm:Cannot find config for target=llvm -keys=cpu' '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' + 'cannot cache unpickable configuration value:' + 'Invalid configuration value found: 'language = None'.' # Warning is thrown during TFLite quantization for micro_train tutorial 'absl:For model inputs containing unsupported operations which cannot be quantized, the `inference_input_type` attribute will default to the original type.' 'absl:Found untraced functions such as _jit_compiled_convolution_op'