Skip to content

Commit

Permalink
[Quick Setup] Update script mlir-aie wheel (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmelber authored Mar 21, 2024
1 parent 2de4069 commit 816ba5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/quick_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ 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.2024030621+5164b34-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.2024031922+2de4069-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.2024030308+800de14f-py3-none-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Expand Down

0 comments on commit 816ba5e

Please sign in to comment.