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 08e8722 commit 6cc833aCopy full SHA for 6cc833a
.ci/scripts/setup-mediatek-deps.sh
@@ -23,12 +23,6 @@ install_neuropilot() {
23
ls -lah "${MEDIATEK_INSTALLATION_DIR}"
24
}
25
26
-install_android() {
27
- cp ${EXECUTORCH_ROOT}/.ci/docker/common/install_android.sh install_android.sh
28
- ANDROID_NDK_VERSION=r27b ./install_android.sh
29
- rm install_android.sh
30
-}
31
-
32
setup_neuropilot() {
33
pip3 install -r ${EXECUTORCH_ROOT}/backends/mediatek/requirements.txt
34
pip3 install ${MEDIATEK_INSTALLATION_DIR}/mtk_neuron-8.2.13-py3-none-linux_x86_64.whl
@@ -40,7 +34,6 @@ setup_calibration_data() {
40
tar zxvf /tmp/imagenette2-160.tgz --strip-components=1 --directory "${MEDIATEK_INSTALLATION_DIR}"
41
35
42
36
43
-install_android
44
37
install_neuropilot
45
38
setup_neuropilot
46
39
setup_calibration_data
0 commit comments