We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b3514 commit 6375007Copy full SHA for 6375007
.ci/scripts/setup-mediatek-deps.sh
@@ -26,7 +26,7 @@ install_neuropilot() {
26
setup_neuropilot() {
27
pip3 install -r ${EXECUTORCH_ROOT}/backends/mediatek/requirements.txt
28
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
+ 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
30
}
31
32
setup_calibration_data() {
0 commit comments