You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,12 @@
1
1
# Torch MLIR Build and Release Automation
2
2
3
+
[](https://github.com/llvm/torch-mlir-release/actions/workflows/buildReleaseAndPublishWindows.yml)
4
+
[](https://github.com/llvm/torch-mlir-release/actions/workflows/buildReleaseAndPublish.yml)
5
+
3
6
This repository houses release automation for torch-mlir. It is isolated from the main repository
4
7
so that we can more strictly control people with write access.
5
8
6
-
### Python Releases (x86 linux and windows)
9
+
### Python Releases
7
10
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).
8
11
9
12
To install via `pip`, run:
@@ -18,4 +21,4 @@ or add this to `requirements.txt`:
18
21
torch-mlir
19
22
```
20
23
21
-
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).
24
+
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.
0 commit comments