]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
examples: fix android example cannot be generated continuously (#8621)
authordevojony <redacted>
Mon, 22 Jul 2024 06:54:42 +0000 (14:54 +0800)
committerGitHub <redacted>
Mon, 22 Jul 2024 06:54:42 +0000 (09:54 +0300)
commitb7c11d36e605b35206901d0e21905f1b99508e33
tree51ec1382fc2e8b228d6337aed42da3d03fac67d8
parent45f2c19cc57286eead7b232ce8028273a817aa4d
examples: fix android example cannot be generated continuously (#8621)

When generation ends `completion_loop()` should return a NULL, not the empty string
examples/llama.android/llama/src/main/cpp/llama-android.cpp