We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c4c3f1 commit c49c1d5Copy full SHA for c49c1d5
src/embedding/start_android_aarch64.sh
@@ -12,7 +12,7 @@ TASKER=worker WORKER_TYPE=classify python2 classifier_rest_server.py worker --lo
12
13
if [ "$HAS_OPENCL" = "false" ]
14
then
15
- LD_LIBRARY_PATH=/system/lib64:$LD_LIBRARY_PATH:$PREFIX/lib64 python2 embedding_server.py
+ LD_LIBRARY_PATH=/system/lib64:$LD_LIBRARY_PATH:$PREFIX/lib64 python2 embedding_server.py &
16
fi
17
18
while [ 1 ]
0 commit comments