No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dependabot[bot] 4580b761e1
Bump the github-actions group across 1 directory with 3 updates (#31)
Bumps the github-actions group with 3 updates in the / directory:
[actions/checkout](https://github.com/actions/checkout),
[actions/upload-artifact](https://github.com/actions/upload-artifact)
and
[ncipollo/release-action](https://github.com/ncipollo/release-action).

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-29 11:38:34 +02:00
.github Bump the github-actions group across 1 directory with 3 updates (#31) 2026-07-29 11:38:34 +02:00
LICENSE Add LICENSE (#19) 2025-10-24 20:10:30 +02:00
README.md Add an Arm job (#22) 2025-11-12 10:04:30 +01:00

Torch MLIR Build and Release Automation

Build Release and Publish Windows Wheels Build Release and Publish Linux Wheels

This repository houses release automation for torch-mlir. It is isolated from the main repository so that we can more strictly control people with write access.

Python Releases

Python wheels for torch-mlir are auto-generated every night and made available at this release page.

To install via pip, run:

pip install torch-mlir -f https://github.com/llvm/torch-mlir-release/releases/expanded_assets/dev-wheels

or add this to requirements.txt:

-f https://github.com/llvm/torch-mlir-release/releases/expanded_assets/dev-wheels
torch-mlir

At the moment only Linux (x86_64 + AArch64) and Windows (x86_64) builds are published. If you are interested in other configurations, please send a PR.