Skip to content

Commit

Permalink
Update wheels in quick setup (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmelber authored Mar 6, 2024
1 parent 315a9f3 commit 141e9a3
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.2024022716+9fb02d7-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.2024030613+315a9f3-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.2024022520+641d160a-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.2024030308+800de14f-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 141e9a3

Please sign in to comment.