We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441f51d commit c8255f8Copy full SHA for c8255f8
scripts/sync-ggml-am.sh
@@ -26,6 +26,7 @@ echo "Syncing ggml changes since commit $lc"
26
27
cd $SRC_GGML
28
29
+git log --oneline $lc..HEAD
30
git log --oneline $lc..HEAD | grep -v "(llama/[0-9]*)" | cut -d' ' -f1 > $SRC_LLAMA/ggml-commits
31
32
if [ ! -s $SRC_LLAMA/ggml-commits ]; then
scripts/sync-ggml.last
@@ -1 +1 @@
1
-168c43edd1f85ebdecd4c79262cacb32b74eda68
+df098ea908764cba4a4889a1cbe7b026b2d31a14
0 commit comments