commit | 9517472b2194e0f0217486d9e5e065952b6dffab | [log] [tgz] |
---|---|---|
author | Scott Todd <scott.todd0@gmail.com> | Wed Feb 07 10:27:14 2024 -0800 |
committer | GitHub <noreply@github.com> | Wed Feb 07 18:27:14 2024 +0000 |
tree | 93723fe1d39ad1715937a106d73a71aa3d628d8c | |
parent | 259fe7e5c127816797aa2cd347bb29b183042c1a [diff] |
Switch CI to install TF instead of using 'frontends' Docker images. (#16346) Progress on https://github.com/openxla/iree/issues/16203 and https://github.com/openxla/iree/issues/15332 At the point where a job is installing a multi-gigabyte Docker image, it might as well just install Python requirements like TF directly. Switching to install from pip loses some control over the supply chain but I think that is fine for these test/benchmark jobs. Comparing [`build_e2e_test_artifacts` before](https://github.com/openxla/iree/actions/runs/7815739382/job/21320388848) to [`build_e2e_test_artifacts` after](https://github.com/openxla/iree/actions/runs/7818347765/job/21328712850?pr=16346) (sample size 1): * Docker fetch time decreased from 1m50s to 30s * 'frontends' depended on 'android' so it included the NDK too 😛 * Python setup (including pip install) time increased from 6s to 1m20s So about the same time taken, just using less cloud storage / infra complexity.
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.