Skip to content

Commit

Permalink
ignore warnings from sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
mshr-h committed Nov 5, 2024
1 parent b067f05 commit 4805f3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/scripts/task_python_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4805f3f

Please sign in to comment.