commit | 9db55e74a392e9bc244f39a704a4dcb10c4c36b8 | [log] [tgz] |
---|---|---|
author | Geoffrey Martin-Noble <gcmn@google.com> | Tue Sep 13 18:18:23 2022 -0700 |
committer | GitHub <noreply@github.com> | Tue Sep 13 18:18:23 2022 -0700 |
tree | d563d278952aafb30aa229a1271b727b2131bcab | |
parent | 01ac12a89efa14b8914ad65ce71a164bb8688286 [diff] |
Script the creation of a new VM image (#10390) Note that I'm using Ubuntu 22.04 as the base image here. We're currently using Debian, but I think it's probably better to switch to Ubuntu because a) that's what GitHub's managed runners use and b) that's what our Docker images use. This is configurable though. The image setup script is based on the steps I took when manually setting up the VM as well as scripts shared by another Googler working on GitHub runner VMs, who demonstrably knows more about Linux than I do. I do pretty much understand everything the script is doing, so it's not just copy-pasta though. Tested: Created an image using this script and deployed it to test runners. All jobs succeed: https://github.com/iree-org/iree/actions/runs/3049238365 skip-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.