commit | bd97cc59e293884f0dc289ee50cf7835514d2a9f | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Mon Oct 23 16:14:35 2023 -0700 |
committer | GitHub <noreply@github.com> | Mon Oct 23 23:14:35 2023 +0000 |
tree | 37a156b4b6235a27a2266c422c0f13f1c27eb406 | |
parent | e74287fc320b6d7579a1cb8a1b444862cba6d7d2 [diff] [blame] |
Bump TF version in samples Dockerfile for Colab. (#15270) Colab updated their TF version, so we can update the version we test against. This may also fix some test failures: https://github.com/openxla/iree/actions/runs/6608608353 Test runs here: * New matplotlib error: https://github.com/openxla/iree/actions/runs/6619819526 * With newly failing notebook ignored (not supporting older TensorFlow code samples): https://github.com/openxla/iree/actions/runs/6619906046
diff --git a/samples/colab/test_notebooks.py b/samples/colab/test_notebooks.py index d441eec..9918fcd 100755 --- a/samples/colab/test_notebooks.py +++ b/samples/colab/test_notebooks.py
@@ -12,6 +12,10 @@ import unittest NOTEBOOKS_TO_SKIP = [ + # matplotlib error when testing: + # FileNotFoundError: [Errno 2] No such file or directory: 'seaborn-whitegrid' + # support level for TF-code and samples is also low + "tensorflow_mnist_training.ipynb", # tflite_runtime requires some deps ("version `GLIBC_2.29' not found") that # samples.Dockerfile does not currently include. "tflite_text_classification.ipynb",