upload llm demo code
This commit is contained in:
parent
c598b3aef4
commit
3c8209fdea
7 changed files with 516 additions and 0 deletions
13
examples/LLMs/cpp/Application.mk
Normal file
13
examples/LLMs/cpp/Application.mk
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
APP_PLATFORM := android-28
|
||||
APP_CPPFLAGS += -std=c++17
|
||||
APP_STL := c++_static
|
||||
|
||||
APP_CFLAGS := -Wno-error=format-security
|
||||
|
||||
# APP_ABI := armeabi-v7a
|
||||
APP_ABI := arm64-v8a
|
||||
#APP_ABI := armeabi armeabi-v7a arm64-v8a
|
||||
|
||||
APP_OPTION := release
|
||||
|
||||
# APP_BUILD_SCRIPT := Android.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue