Skip to content

Commit aeb0578

Browse files
committed
Add python requirements for TVM and android_camera, use preinstalled NDK
1 parent 92fad06 commit aeb0578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
run: |
145145
mkdir -p app/src/main/assets/models/
146146
export TVM_NDK_CC=${ANDROID_NDK_HOME}/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android30-clang++
147-
export TVM_HOME=~/work/tvm/tvm
147+
export TVM_HOME=~/work/tvm/tvm/
148148
export PYTHONPATH=$TVM_HOME/python:${PYTHONPATH}
149149
python3 ../../python/gen_requirements.py
150150
pip3 install -r ../../python/requirements/core.txt

0 commit comments

Comments
 (0)