Skip to content

Commit e8002a1

Browse files
Add python wheel instructions to README
Add python wheel instructions to README
1 parent 3c6d32e commit e8002a1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,19 @@
33
This repository houses release automation for torch-mlir. It is isolated from the main repository
44
so that we can more strictly control people with write access.
55

6+
### Python Releases (x86 linux)
7+
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+
9+
To install via `pip`, run:
10+
11+
```shell
12+
pip install torch-mlir -f https://github.com/llvm/torch-mlir-release/releases/expanded_assets/dev-wheels
13+
```
14+
15+
or add this to `requirements.txt`:
16+
```
17+
-f https://github.com/llvm/torch-mlir-release/releases/expanded_assets/dev-wheels
18+
torch-mlir
19+
```
20+
21+
At the moment only linux-x86_64 builds are published, but this may be updated if the need arises (and we find appropriate owners to maintain the automation).

0 commit comments

Comments
 (0)