Skip to content

Commit 05eb076

Browse files
authored
Merge f8cacd9 into 5503a95
2 parents 5503a95 + f8cacd9 commit 05eb076

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

requirements.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
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

1311
mlir_aie==0.0.1.2026033104+e4f35d6
1412
llvm-aie==21.0.0.2026051101+adc9df1a

0 commit comments

Comments
 (0)