]> git.djapps.eu Git - pkg/ggml/commitdiff
Explicitly set submodule branches
authorMathieu Baudier <redacted>
Wed, 5 Feb 2025 13:28:42 +0000 (14:28 +0100)
committerMathieu Baudier <redacted>
Wed, 5 Feb 2025 13:28:42 +0000 (14:28 +0100)
.gitmodules

index d6d834f03a86ab10233bcb1e7fc236c40ac6b129..aaea7a26d579e1c12540d64154122c7e1f137392 100644 (file)
@@ -1,9 +1,13 @@
 [submodule "sources/ggml"]
        path = sources/ggml
        url = ./sources/ggml
+       branch = debian/latest
 [submodule "sources/llama.cpp"]
        path = sources/llama.cpp
        url = ./sources/llama.cpp
+       branch = debian/latest
 [submodule "sources/whisper.cpp"]
        path = sources/whisper.cpp
        url = ./sources/whisper.cpp
+       branch = debian/latest
+       
\ No newline at end of file