]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
scripts : fix format-patch range
authorGeorgi Gerganov <redacted>
Fri, 29 Dec 2023 12:58:01 +0000 (14:58 +0200)
committerGeorgi Gerganov <redacted>
Fri, 29 Dec 2023 12:58:34 +0000 (14:58 +0200)
scripts/sync-llama-am.sh
scripts/sync-llama.last
scripts/sync-whisper-am.sh

index f5c5fb18758fd751583888634d6ef56cf11e1c6d..b9c717f2d72c62fb57bfde8b442fa207b3d05129 100755 (executable)
@@ -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 \
index e7db4c0ee6f218ef310466d926bee616ec4081c7..21b783f183ff9876abeb1cec14deef1095099f60 100644 (file)
@@ -1 +1 @@
-65e5f6dadbba4b496bba27f573e473c66b446496
+38b3de4658292582a8941a2be5c77b40ce6ac0f2
index 57fb9c4b963c352b0bf6e19a1a4b0d76e647d3a4..8c5ab4720da07c2ccc8be728d469d2bf7eee6131 100755 (executable)
@@ -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 \