File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ echo "Syncing ggml changes since commit $lc"
27
27
cd $SRC_GGML
28
28
29
29
git log --oneline $lc ..HEAD
30
- git log --oneline $lc ..HEAD | grep -v " (llama/[0-9]*)" | cut -d' ' -f1 > $SRC_LLAMA /ggml-commits
30
+ git log --oneline $lc ..HEAD --reverse | grep -v " (llama/[0-9]*)" | cut -d' ' -f1 > $SRC_LLAMA /ggml-commits
31
31
32
32
if [ ! -s $SRC_LLAMA /ggml-commits ]; then
33
33
rm -v $SRC_LLAMA /ggml-commits
@@ -87,7 +87,6 @@ if [ -f $SRC_LLAMA/ggml-src.patch ]; then
87
87
# src/ggml-impl.h -> ggml-impl.h
88
88
# src/ggml-metal.h -> ggml-metal.h
89
89
# src/ggml-metal.m -> ggml-metal.m
90
- # src/ggml-metal.metal -> ggml-metal.metal
91
90
# src/ggml-mpi.h -> ggml-mpi.h
92
91
# src/ggml-mpi.c -> ggml-mpi.c
93
92
# src/ggml-opencl.cpp -> ggml-opencl.cpp
@@ -114,7 +113,6 @@ if [ -f $SRC_LLAMA/ggml-src.patch ]; then
114
113
-e ' s/src\/ggml-impl\.h/ggml-impl.h/g' \
115
114
-e ' s/src\/ggml-metal\.h/ggml-metal.h/g' \
116
115
-e ' s/src\/ggml-metal\.m/ggml-metal.m/g' \
117
- -e ' s/src\/ggml-metal\.metal/ggml-metal.metal/g' \
118
116
-e ' s/src\/ggml-mpi\.h/ggml-mpi.h/g' \
119
117
-e ' s/src\/ggml-mpi\.c/ggml-mpi.c/g' \
120
118
-e ' s/src\/ggml-opencl\.cpp/ggml-opencl.cpp/g' \
You can’t perform that action at this time.
0 commit comments