scripts : print list of sync commits

This commit is contained in:
Georgi Gerganov 2023-12-29 15:12:35 +02:00
parent 441f51dca0
commit c8255f8a6b
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -1 +1 @@
168c43edd1f85ebdecd4c79262cacb32b74eda68
df098ea908764cba4a4889a1cbe7b026b2d31a14