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

index b9c717f2d72c62fb57bfde8b442fa207b3d05129..b5f23f96ffeedd7b51a946e62e585a9821bb40ef 100755 (executable)
@@ -26,6 +26,7 @@ echo "Syncing llama.cpp changes since commit $lc"
 
 cd $SRC_LLAMA
 
+git log --oneline $lc..HEAD
 git log --oneline $lc..HEAD | grep -v "(ggml/[0-9]*)" | cut -d' ' -f1 > $SRC_GGML/llama-commits
 
 if [ ! -s $SRC_GGML/llama-commits ]; then
index 8c5ab4720da07c2ccc8be728d469d2bf7eee6131..5855e35653c077e6bc6d99965622ecb384ae3747 100755 (executable)
@@ -26,6 +26,7 @@ echo "Syncing whisper.cpp changes since commit $lc"
 
 cd $SRC_WHISPER
 
+git log --oneline $lc..HEAD
 git log --oneline $lc..HEAD | grep -v "(ggml/[0-9]*)" | cut -d' ' -f1 > $SRC_GGML/whisper-commits
 
 if [ ! -s $SRC_GGML/whisper-commits ]; then
index ec18eb9c1e17a5000a30abb809ab8222912da568..3dd2f91de27eacff0784a047c7f60f6edaed2a46 100644 (file)
@@ -1 +1 @@
-45f050efb176466c378530b06643fdc6a7905206
+e77b27c3310db32207e2b0460820278279ec8e73