]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
move ndk code to a new library (#6951)
authorElton Kola <redacted>
Tue, 14 May 2024 07:30:30 +0000 (03:30 -0400)
committerGitHub <redacted>
Tue, 14 May 2024 07:30:30 +0000 (17:30 +1000)
commitefc8f767c8c8c749a245dd96ad4e2f37c164b54c
tree4c2910c9f7b3fcd27fbc1d04dd5188be962a8a5d
parente0f556186b6e1f2b7032a1479edf5e89e2b1bd86
move ndk code to a new library (#6951)
17 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/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