From: Georgi Gerganov Date: Fri, 29 Dec 2023 13:04:01 +0000 (+0200) Subject: scripts : print list of sync commits X-Git-Tag: upstream/0.0.1642~1144 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=8adb663a2bbaca09cbeb86ce235307148ec422cf;p=pkg%2Fggml%2Fsources%2Fggml scripts : print list of sync commits --- diff --git a/scripts/sync-llama-am.sh b/scripts/sync-llama-am.sh index b9c717f2..b5f23f96 100755 --- a/scripts/sync-llama-am.sh +++ b/scripts/sync-llama-am.sh @@ -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 diff --git a/scripts/sync-whisper-am.sh b/scripts/sync-whisper-am.sh index 8c5ab472..5855e356 100755 --- a/scripts/sync-whisper-am.sh +++ b/scripts/sync-whisper-am.sh @@ -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 diff --git a/scripts/sync-whisper.last b/scripts/sync-whisper.last index ec18eb9c..3dd2f91d 100644 --- a/scripts/sync-whisper.last +++ b/scripts/sync-whisper.last @@ -1 +1 @@ -45f050efb176466c378530b06643fdc6a7905206 +e77b27c3310db32207e2b0460820278279ec8e73