| commit | f0636f4e93a3d113fd5d805528e7b5fdeb060455 | [log] [tgz] |
|---|---|---|
| author | Scott Todd <scotttodd@google.com> | Wed May 17 10:49:30 2023 -0700 |
| committer | GitHub <noreply@github.com> | Wed May 17 10:49:30 2023 -0700 |
| tree | 64b1951122c2527e1c6ef16bef81d91dde39b031 | |
| parent | 7016b8c82b0f28c9688d27c0032349bbce2cd2cf [diff] |
Skip testing tflite_text_classification Colab notebook. (#13659) This fixes the 'samples' CI job that runs nightly, tested (via workflow_dispatch) here: https://github.com/openxla/iree/actions/runs/5006009311 Previous failure: https://github.com/openxla/iree/actions/runs/4999234145 ``` File /work/.notebook.venv/lib/python3.8/site-packages/tflite_runtime/interpreter.py:33 30 from tensorflow.python.util.tf_export import tf_export as _tf_export 31 else: 32 # This file is part of tflite_runtime package. ---> 33 from tflite_runtime import _pywrap_tensorflow_interpreter_wrapper as _interpreter_wrapper 34 from tflite_runtime import metrics_portable as metrics 36 def _tf_export(*x, **kwargs): ImportError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /work/.notebook.venv/lib/python3.8/site-packages/tflite_runtime/_pywrap_tensorflow_interpreter_wrapper.so) ``` skip-ci: doesn't affect presubmit CI
IREE (Intermediate Representation Execution Environment, pronounced as “eerie”) is an MLIR-based end-to-end compiler and runtime that lowers Machine Learning (ML) models to a unified IR that scales up to meet the needs of the datacenter and down to satisfy the constraints and special considerations of mobile and edge deployments.
See our website for project details, user guides, and instructions on building from source.
IREE is still in its early phase. We have settled down on the overarching infrastructure and are actively improving various software components as well as project logistics. It is still quite far from ready for everyday use and is made available without any support at the moment. With that said, we welcome any kind of feedback on any communication channels!
See our website for more information.
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.