Skip to content

Commit 6375007

Browse files
committed
Fix install package version
1 parent 07b3514 commit 6375007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/setup-mediatek-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install_neuropilot() {
2626
setup_neuropilot() {
2727
pip3 install -r ${EXECUTORCH_ROOT}/backends/mediatek/requirements.txt
2828
pip3 install ${MEDIATEK_INSTALLATION_DIR}/mtk_neuron-8.2.13-py3-none-linux_x86_64.whl
29-
pip3 install ${MEDIATEK_INSTALLATION_DIR}/mtk_converter-8.9.1_public_packages/mtk_converter-8.9.1+public-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
29+
pip3 install ${MEDIATEK_INSTALLATION_DIR}/mtk_converter-8.9.1_public_packages/mtk_converter-8.9.1+public-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
3030
}
3131

3232
setup_calibration_data() {

0 commit comments

Comments
 (0)