diff --git a/.gitmodules b/.gitmodules index 4bf732a..c72ce03 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "depend/ggml"] - path = depend/ggml - url = https://github.com/Acly/ggml.git +[submodule "depend/llama"] + path = depend/llama + url = https://github.com/Acly/llama.cpp.git diff --git a/CMakeLists.txt b/CMakeLists.txt index f579677..4c1d75b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,7 +109,7 @@ if(VISP_CI) endforeach() endif() endif() -add_subdirectory(depend/ggml) +add_subdirectory(depend/llama/ggml) # Vision.cpp libraries and executables diff --git a/depend/ggml b/depend/ggml deleted file mode 160000 index cc98a9d..0000000 --- a/depend/ggml +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cc98a9d4f2290053dbed32ad9b66932a32a35adb diff --git a/depend/llama b/depend/llama new file mode 160000 index 0000000..d98a45b --- /dev/null +++ b/depend/llama @@ -0,0 +1 @@ +Subproject commit d98a45b819672e2ee9c87e694a8f60817d8689aa