https://github.com/llvm/torch-mlir-release
Automated releases for torch-mlir
https://github.com/llvm/torch-mlir-release
Last synced: 11 months ago
JSON representation
Automated releases for torch-mlir
- Host: GitHub
- URL: https://github.com/llvm/torch-mlir-release
- Owner: llvm
- Created: 2024-02-01T20:43:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T13:28:29.000Z (over 1 year ago)
- Last Synced: 2025-03-20T09:39:20.381Z (over 1 year ago)
- Homepage: https://github.com/llvm/torch-mlir
- Size: 17.6 KB
- Stars: 4
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 (x86 linux and windows)
Python wheels for torch-mlir are auto-generated every night and made available at [this release page](https://github.com/llvm/torch-mlir-release/releases/tag/dev-wheels).
To install via `pip`, run:
```shell
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 and windows x86_64 builds are published, but this may be updated if the need arises (and we find appropriate owners to maintain the automation).