Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 #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 ```
- Loading branch information