Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
# CUDA build served from PyPI. We therefore also pin torch to the "+cpu" local
# version below, which is only available from the PyTorch CPU index.
--index-url https://download.pytorch.org/whl/cpu
--find-links https://github.com/Xilinx/mlir-aie/releases/expanded_assets/latest-wheels-4
--find-links https://github.com/Xilinx/mlir-aie/releases/expanded_assets/v1.4.1
--find-links https://github.com/Xilinx/llvm-aie/releases/expanded_assets/nightly
--extra-index-url https://pypi.org/simple

mlir_aie==1.3.5.dev20+g167f34d
mlir_aie==v1.4.1
llvm-aie==21.0.0.2026062301+cb664e8c

black
Expand Down
Loading