-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
It would be nice if we can try this out on Android. I followed instructions from https://github.com/ggerganov/ggml
I tried it and seems that we need to remove -march=native
from CMakeLists.txt
-set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3 -march=native")
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -march=native")
However, after that I got an error
CANNOT LINK EXECUTABLE "/data/local/tmp/bin/vit": cannot locate symbol "__emutls_get_address" referenced by "/data/local/tmp/bin/vit"...
Metadata
Metadata
Assignees
Labels
No labels