From: Georgi Gerganov Date: Sat, 23 Dec 2023 15:54:42 +0000 (+0200) Subject: scripts : remove exit X-Git-Tag: upstream/0.0.1642~1167 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=cdc4d129eb5f26cd7df3038fb62b8a6761c49f1a;p=pkg%2Fggml%2Fsources%2Fggml scripts : remove exit --- diff --git a/scripts/sync-llama-am.sh b/scripts/sync-llama-am.sh index 2a13d79e..8e41f857 100755 --- a/scripts/sync-llama-am.sh +++ b/scripts/sync-llama-am.sh @@ -37,8 +37,6 @@ cd $SRC_GGML cat llama-am.patch | sed -e 's/^Subject: \(.*\) (#\([0-9]*\))/Subject: \1 (llama\/\2)/' > llama-am.patch.tmp mv llama-am.patch.tmp llama-am.patch -exit - git am -p1 --directory src llama-am.patch # update last commit