From: Georgi Gerganov Date: Fri, 29 Dec 2023 12:58:01 +0000 (+0200) Subject: scripts : fix format-patch range X-Git-Tag: upstream/0.0.1642~1145 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=965137f49917768959679a9e860dc414e170fd55;p=pkg%2Fggml%2Fsources%2Fggml scripts : fix format-patch range --- diff --git a/scripts/sync-llama-am.sh b/scripts/sync-llama-am.sh index f5c5fb18..b9c717f2 100755 --- a/scripts/sync-llama-am.sh +++ b/scripts/sync-llama-am.sh @@ -39,7 +39,7 @@ if [ -f $SRC_GGML/llama-src.patch ]; then fi while read c; do - git format-patch -k $c..$c --stdout -- \ + git format-patch -k $c~1..$c --stdout -- \ ggml*.h \ ggml*.c \ ggml*.cpp \ diff --git a/scripts/sync-llama.last b/scripts/sync-llama.last index e7db4c0e..21b783f1 100644 --- a/scripts/sync-llama.last +++ b/scripts/sync-llama.last @@ -1 +1 @@ -65e5f6dadbba4b496bba27f573e473c66b446496 +38b3de4658292582a8941a2be5c77b40ce6ac0f2 diff --git a/scripts/sync-whisper-am.sh b/scripts/sync-whisper-am.sh index 57fb9c4b..8c5ab472 100755 --- a/scripts/sync-whisper-am.sh +++ b/scripts/sync-whisper-am.sh @@ -39,7 +39,7 @@ if [ -f $SRC_GGML/whisper-src.patch ]; then fi while read c; do - git format-patch -k $c..$c --stdout -- \ + git format-patch -k $c~1..$c --stdout -- \ ggml*.h \ ggml*.c \ ggml*.cpp \