mirror of
https://github.com/llvm/torch-mlir-release
synced 2026-08-25 07:16:48 +00:00
No description
| Filename | Latest commit message | Latest commit date |
|---|---|---|
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> |
||
| .github | ||
| LICENSE | ||
| README.md | ||
Torch MLIR Build and Release Automation
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.