Skip to content

Commit c49c1d5

Browse files
authored
Update start_android_aarch64.sh
1 parent 7c4c3f1 commit c49c1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/embedding/start_android_aarch64.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ TASKER=worker WORKER_TYPE=classify python2 classifier_rest_server.py worker --lo
1212

1313
if [ "$HAS_OPENCL" = "false" ]
1414
then
15-
LD_LIBRARY_PATH=/system/lib64:$LD_LIBRARY_PATH:$PREFIX/lib64 python2 embedding_server.py
15+
LD_LIBRARY_PATH=/system/lib64:$LD_LIBRARY_PATH:$PREFIX/lib64 python2 embedding_server.py &
1616
fi
1717

1818
while [ 1 ]

0 commit comments

Comments
 (0)