From b3a3ad4e2a5a6c2a5c649d21cb3568e238cca132 Mon Sep 17 00:00:00 2001 From: Scott Todd Date: Fri, 19 Jan 2024 15:13:32 -0800 Subject: [PATCH] Generalize install instructions to not exclude Windows. (#2771) Overly specific docs can get stale easily. It looks like https://llvm.github.io/torch-mlir/package-index/ has included Windows packages since around https://github.com/llvm/torch-mlir/pull/1521. Here's an example release: https://github.com/llvm/torch-mlir/releases/tag/snapshot-20240118.1087 ``` torch-2.3.0.dev20240109+cpu-cp311-cp311-linux_x86_64.whl torch-2.3.0.dev20240109+cpu-cp311-cp311-win_amd64.whl torch-2.3.0.dev20240109+cpu-cp38-cp38-linux_x86_64.whl torch-2.3.0.dev20240109-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl torch-2.3.0.dev20240109-cp311-none-macosx_10_9_x86_64.whl torch_mlir-20240118.1087-cp311-cp311-linux_aarch64.whl torch_mlir-20240118.1087-cp311-cp311-linux_x86_64.whl torch_mlir-20240118.1087-cp311-cp311-macosx_11_0_universal2.whl torch_mlir-20240118.1087-cp311-cp311-win_amd64.whl torch_mlir-20240118.1087-cp38-cp38-linux_x86_64.whl ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc479d8d3..a10b9ac36 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Meeting links can be found [here](https://discourse.llvm.org/t/new-community-mee ## Install torch-mlir snapshot -At the time of writing, we release pre-built snapshot of torch-mlir for Python 3.11 on Linux and macOS. +At the time of writing, we release pre-built snapshots of torch-mlir for Python 3.11. If you have Python 3.11, the following commands initialize a virtual environment. ```shell