Skip to content

Commit

Permalink
Update wheels for latest LLVM bump (#1524)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmelber authored and singagan committed Jun 5, 2024
1 parent 0dc15c8 commit 78a4cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/quick_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ if test -f "$VPP"; then
mkdir -p my_install
pushd my_install
# pip download mlir_aie -f https://github.com/Xilinx/mlir-aie/releases/expanded_assets/latest-wheels/
wget -q --show-progress https://github.com/Xilinx/mlir-aie/releases/download/latest-wheels/mlir_aie-0.0.1.2024050821+c30f755-py3-none-manylinux_2_35_x86_64.whl
wget -q --show-progress https://github.com/Xilinx/mlir-aie/releases/download/latest-wheels/mlir_aie-0.0.1.2024052821+aa2178a-py3-none-manylinux_2_35_x86_64.whl
unzip -q mlir_aie-*_x86_64.whl
# pip download mlir -f https://github.com/Xilinx/mlir-aie/releases/expanded_assets/mlir-distro/
wget -q --show-progress https://github.com/Xilinx/mlir-aie/releases/download/mlir-distro/mlir-19.0.0.2024050314+1cde1240-py3-none-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
wget -q --show-progress https://github.com/Xilinx/mlir-aie/releases/download/mlir-distro/mlir-19.0.0.2024052220+25b65be4-py3-none-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
unzip -q mlir-*_x86_64.whl
pip install https://github.com/makslevental/mlir-python-extras/archive/d84f05582adb2eed07145dabce1e03e13d0e29a6.zip
rm -rf mlir*.whl
Expand Down

0 comments on commit 78a4cbb

Please sign in to comment.