File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,18 @@ Turn off SecureBoot (Allows for unsigned drivers to be installed):
109109
1101101. Install IRON library, mlir-aie and llvm-aie compilers from wheels and dependencies:
111111
112+ For release v1.1.0:
113+ ` ` ` bash
114+ # Install IRON library and mlir-aie from a wheel
115+ python3 -m pip install mlir_aie -f https://github.com/Xilinx/mlir-aie/releases/expanded_assets/v1.1.0
116+
117+ # Install Peano from a llvm-aie wheel
118+ python3 -m pip install https://github.com/Xilinx/llvm-aie/releases/download/nightly/llvm_aie-20.0.0.2025090701+8c084497-py3-none-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
119+
120+ # Install MLIR Python Extras
121+ HOST_MLIR_PYTHON_PACKAGE_PREFIX=aie python3 -m pip install -r python/requirements_extras.txt
122+ ` ` `
123+
112124 For release v1.0:
113125 ` ` ` bash
114126 # Install IRON library and mlir-aie from a wheel
You can’t perform that action at this time.
0 commit comments