]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
android : module (#7502)
authorElton Kola <redacted>
Sat, 25 May 2024 08:11:33 +0000 (04:11 -0400)
committerGitHub <redacted>
Sat, 25 May 2024 08:11:33 +0000 (11:11 +0300)
commit9791f402580838d7f8543ae7bc633ef265e436f0
tree861c68d5eaec71f119f688c7975948f06b73ffb7
parent902184dd3a9d6685e752b19027a48423742531db
android : module (#7502)

* move ndk code to a new library

* add gradle file
18 files changed:
examples/llama.android/app/build.gradle.kts
examples/llama.android/app/src/main/cpp/CMakeLists.txt [deleted file]
examples/llama.android/app/src/main/cpp/llama-android.cpp [deleted file]
examples/llama.android/app/src/main/java/com/example/llama/Llm.kt [deleted file]
examples/llama.android/app/src/main/java/com/example/llama/MainViewModel.kt
examples/llama.android/build.gradle.kts
examples/llama.android/llama/.gitignore [new file with mode: 0644]
examples/llama.android/llama/CMakeLists.txt [new file with mode: 0644]
examples/llama.android/llama/build.gradle.kts [new file with mode: 0644]
examples/llama.android/llama/consumer-rules.pro [new file with mode: 0644]
examples/llama.android/llama/proguard-rules.pro [new file with mode: 0644]
examples/llama.android/llama/src/androidTest/java/android/llama/cpp/ExampleInstrumentedTest.kt [new file with mode: 0644]
examples/llama.android/llama/src/main/AndroidManifest.xml [new file with mode: 0644]
examples/llama.android/llama/src/main/cpp/CMakeLists.txt [new file with mode: 0644]
examples/llama.android/llama/src/main/cpp/llama-android.cpp [new file with mode: 0644]
examples/llama.android/llama/src/main/java/android/llama/cpp/LLamaAndroid.kt [new file with mode: 0644]
examples/llama.android/llama/src/test/java/android/llama/cpp/ExampleUnitTest.kt [new file with mode: 0644]
examples/llama.android/settings.gradle.kts