File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# SPDX-License-Identifier: Apache-2.0
33
44# The MLIR-AIE and LLVM-AIE (Peano) packages are not on the official PyPI, so
5- # we add them as additional indices here. Furthermore, we want the CPU-only
6- # version of torch (don't need CUDA), so we give this index precedence over the
7- # main PyPI. These indices are consulted in order of precedence by pip.
8- --index-url https://download.pytorch.org/whl/cpu
9- --extra-index-url https://github.com/Xilinx/mlir-aie/releases/expanded_assets/latest-wheels-3
10- --extra-index-url https://github.com/Xilinx/llvm-aie/releases/expanded_assets/nightly
11- --extra-index-url https://pypi.org/simple
5+ # we reference their GitHub Releases via --find-links. The CPU-only PyTorch
6+ # index is added as an extra index for the torch package.
7+ --extra-index-url https://download.pytorch.org/whl/cpu
8+ --find-links https://github.com/Xilinx/mlir-aie/releases/expanded_assets/latest-wheels-3
9+ --find-links https://github.com/Xilinx/llvm-aie/releases/expanded_assets/nightly
1210
1311mlir_aie == 0.0.1.2026033104+e4f35d6
1412llvm-aie == 21.0.0.2026051101+adc9df1a
You can’t perform that action at this time.
0 commit comments