Skip to content

Commit aceba6b

Browse files
authored
project: switch submodule dependency from ggml to llama.cpp (#16)
* currently not using anything from llama.cpp, but all development of ggml happens there, and it's easier to pull/upstream ggml changes to llama.cpp directly * may switch back to ggml-org/ggml once it's maintained more independently rather than just synced occasionally
1 parent 27c2c59 commit aceba6b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "depend/ggml"]
2-
path = depend/ggml
3-
url = https://github.com/Acly/ggml.git
1+
[submodule "depend/llama"]
2+
path = depend/llama
3+
url = https://github.com/Acly/llama.cpp.git

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ if(VISP_CI)
109109
endforeach()
110110
endif()
111111
endif()
112-
add_subdirectory(depend/ggml)
112+
add_subdirectory(depend/llama/ggml)
113113

114114
# Vision.cpp libraries and executables
115115

depend/ggml

Lines changed: 0 additions & 1 deletion
This file was deleted.

depend/llama

Submodule llama added at d98a45b

0 commit comments

Comments
 (0)