commit | 269dbe019244a0f49d29b6060cea4f44c4e7bbed | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Mon May 15 08:40:18 2023 -0700 |
committer | GitHub <noreply@github.com> | Mon May 15 08:40:18 2023 -0700 |
tree | 508bf881d6586a661fc736b7702d0997f5bbe86f | |
parent | c03eb7a4d7567a2d3740415171e1b909aa716ef9 [diff] |
Refresh website ML framework / Python overview pages. (#13572) Doing some general cleanup before working on JAX docs (https://github.com/openxla/iree/issues/5454) ### Homepage | Current website | Demo for this PR | | -- | -- | [home](https://openxla.github.io/iree/) | [home](https://scotttodd.github.io/iree/) * Reworked "Workflow overview" section ### bindings/python | Current website | Demo for this PR | | -- | -- | [bindings/python](https://openxla.github.io/iree/bindings/python/) | [bindings/python](https://scotttodd.github.io/iree/bindings/python/) * Inlined instructions for installing nightly releases into a content tab * Dropped `iree-tools-*` from the base instructions * Added icons to section headings ### Getting Started (frameworks intro) | Current website | Demo for this PR | | -- | -- | [getting-started](https://openxla.github.io/iree/getting-started/) | [getting-started](https://scotttodd.github.io/iree/getting-started/) * Rewrote "export/import" explanation * Removed pip install instructions (each subpage lists what it needs) * Added icons to section headings * Tweaked sample links
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.