From 7b6e3c4c1c6e5457ff17415c23dfe2973186c6ef Mon Sep 17 00:00:00 2001 From: Joseph Melber Date: Wed, 24 Apr 2024 17:58:00 -0600 Subject: [PATCH] Update wheels NPU (#1404) --- utils/quick_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/quick_setup.sh b/utils/quick_setup.sh index 8295373415..8636e06be5 100755 --- a/utils/quick_setup.sh +++ b/utils/quick_setup.sh @@ -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.2024041721+21da018-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.2024042415+32127bf-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