Skip to content

Commit

Permalink
[WHEELS] Update quick_setup.sh (#1423)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmelber authored Apr 25, 2024
1 parent 13a9bbe commit 6c7255f
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.2024042415+32127bf-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.2024042515+13a9bbe-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.2024040913+d022f6b8-py3-none-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Expand Down

0 comments on commit 6c7255f

Please sign in to comment.