]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Fix llama-android.cpp for error - "common/common.h not found" (#8145)
authorRaj Hammeer Singh Hada <redacted>
Thu, 27 Jun 2024 01:57:57 +0000 (07:27 +0530)
committerGitHub <redacted>
Thu, 27 Jun 2024 01:57:57 +0000 (03:57 +0200)
commitac146628e47451c531a3c7e62e6a973a2bb467a0
tree2b36c64ed9c9d1df79686773ad9daefa9a69c6e8
parent9b31a40c6ddabe552875b811d7127aa039ca9703
Fix llama-android.cpp for error - "common/common.h not found" (#8145)

- Path seems to be wrong for the common.h header file in llama-android.cpp file. Fixing the path so the Android Build doesn't fail with the error "There is no file common/common.h"
examples/llama.android/llama/src/main/cpp/llama-android.cpp