]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
scripts : print list of sync commits
authorGeorgi Gerganov <redacted>
Fri, 29 Dec 2023 13:12:35 +0000 (15:12 +0200)
committerGeorgi Gerganov <redacted>
Fri, 29 Dec 2023 13:12:35 +0000 (15:12 +0200)
scripts/sync-ggml-am.sh
scripts/sync-ggml.last

index 93aad88a730bcc052ab542c2890685c84929752c..91478f177f3199c720927fb539e4655ae35b8186 100755 (executable)
@@ -26,6 +26,7 @@ echo "Syncing ggml changes since commit $lc"
 
 cd $SRC_GGML
 
+git log --oneline $lc..HEAD
 git log --oneline $lc..HEAD | grep -v "(llama/[0-9]*)" | cut -d' ' -f1 > $SRC_LLAMA/ggml-commits
 
 if [ ! -s $SRC_LLAMA/ggml-commits ]; then
index 6ff2d5233a0417a4d38ddbb6b13874d803945f31..5b6a440f751dc1d401693ee5a9bd929e9c138aef 100644 (file)
@@ -1 +1 @@
-168c43edd1f85ebdecd4c79262cacb32b74eda68
+df098ea908764cba4a4889a1cbe7b026b2d31a14