Skip to content

Commit

Permalink
Git: Add llama2.c as a git submodule
Browse files Browse the repository at this point in the history
This patch adds llama2.c as a git submodule.
If you want to use llama2c, uncomment dir.llama2c from gradle.properties.

Signed-off-by: Yelin Jeong <[email protected]>
  • Loading branch information
niley7464 committed Oct 8, 2024
1 parent 15c3922 commit 8d28515
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
path = externals/nnstreamer-edge
url = https://github.com/nnstreamer/nnstreamer-edge
branch = main
[submodule "externals/llama2.c"]
path = externals/llama2.c
url = https://github.com/nnsuite/llama2.c
1 change: 1 addition & 0 deletions externals/llama2.c
Submodule llama2.c added at 0804e8
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ dir.tfliteAndroid=tensorflow-lite
dir.nnstreamer=nnstreamer
dir.nnstreamerEdge=nnstreamer-edge
dir.mlApi=ml-api
dir.llama2c=llama2.c
# To use llama2.c uncomment the line below
# dir.llama2c=llama2.c
kotlin.code.style=official
android.useAndroidX=true
android.enableJetifier=true
Expand Down

0 comments on commit 8d28515

Please sign in to comment.