From: Georgi Gerganov Date: Fri, 29 Dec 2023 13:12:35 +0000 (+0200) Subject: scripts : print list of sync commits X-Git-Tag: upstream/0.0.4488~2772 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=c8255f8a6b2a3b3ebc6cb340cc2487f39fc95ffc;p=pkg%2Fggml%2Fsources%2Fllama.cpp scripts : print list of sync commits --- diff --git a/scripts/sync-ggml-am.sh b/scripts/sync-ggml-am.sh index 93aad88a..91478f17 100755 --- a/scripts/sync-ggml-am.sh +++ b/scripts/sync-ggml-am.sh @@ -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 diff --git a/scripts/sync-ggml.last b/scripts/sync-ggml.last index 6ff2d523..5b6a440f 100644 --- a/scripts/sync-ggml.last +++ b/scripts/sync-ggml.last @@ -1 +1 @@ -168c43edd1f85ebdecd4c79262cacb32b74eda68 +df098ea908764cba4a4889a1cbe7b026b2d31a14