diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-12-29 15:12:35 +0200 |
---|---|---|
committer | Georgi Gerganov <ggerganov@gmail.com> | 2023-12-29 15:12:35 +0200 |
commit | c8255f8a6b2a3b3ebc6cb340cc2487f39fc95ffc (patch) | |
tree | b790bd4829a46ec6e7bc52f4264b4fdb02a5059a /scripts/sync-ggml-am.sh | |
parent | 441f51dca004debf8b275f1bdc08e0f1af7fd8f8 (diff) |
scripts : print list of sync commits
Diffstat (limited to 'scripts/sync-ggml-am.sh')
-rwxr-xr-x | scripts/sync-ggml-am.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |