mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-01-30 08:03:54 +00:00
scripts : fix sync order + metal sed
This commit is contained in:
parent
f39f9690ec
commit
620a223814
@ -27,7 +27,7 @@ echo "Syncing ggml changes since commit $lc"
|
|||||||
cd $SRC_GGML
|
cd $SRC_GGML
|
||||||
|
|
||||||
git log --oneline $lc..HEAD
|
git log --oneline $lc..HEAD
|
||||||
git log --oneline $lc..HEAD | grep -v "(whisper/[0-9]*)" | cut -d' ' -f1 > $SRC_WHISPER/ggml-commits
|
git log --oneline $lc..HEAD --reverse | grep -v "(whisper/[0-9]*)" | cut -d' ' -f1 > $SRC_WHISPER/ggml-commits
|
||||||
|
|
||||||
if [ ! -s $SRC_WHISPER/ggml-commits ]; then
|
if [ ! -s $SRC_WHISPER/ggml-commits ]; then
|
||||||
rm -v $SRC_WHISPER/ggml-commits
|
rm -v $SRC_WHISPER/ggml-commits
|
||||||
@ -48,11 +48,14 @@ while read c; do
|
|||||||
src/ggml*.m \
|
src/ggml*.m \
|
||||||
src/ggml*.metal \
|
src/ggml*.metal \
|
||||||
src/ggml*.cu \
|
src/ggml*.cu \
|
||||||
tests/test-opt.cpp \
|
examples/common.h \
|
||||||
tests/test-grad0.cpp \
|
examples/common.cpp \
|
||||||
tests/test-quantize-fns.cpp \
|
examples/common-ggml.h \
|
||||||
tests/test-quantize-perf.cpp \
|
examples/common-ggml.cpp \
|
||||||
tests/test-backend-ops.cpp \
|
examples/whisper/whisper.h \
|
||||||
|
examples/whisper/whisper.cpp \
|
||||||
|
examples/whisper/main.cpp \
|
||||||
|
examples/whisper/quantize.cpp \
|
||||||
>> $SRC_WHISPER/ggml-src.patch
|
>> $SRC_WHISPER/ggml-src.patch
|
||||||
done < $SRC_WHISPER/ggml-commits
|
done < $SRC_WHISPER/ggml-commits
|
||||||
|
|
||||||
@ -87,7 +90,6 @@ if [ -f $SRC_WHISPER/ggml-src.patch ]; then
|
|||||||
# src/ggml-impl.h -> ggml-impl.h
|
# src/ggml-impl.h -> ggml-impl.h
|
||||||
# src/ggml-metal.h -> ggml-metal.h
|
# src/ggml-metal.h -> ggml-metal.h
|
||||||
# src/ggml-metal.m -> ggml-metal.m
|
# src/ggml-metal.m -> ggml-metal.m
|
||||||
# src/ggml-metal.metal -> ggml-metal.metal
|
|
||||||
# src/ggml-mpi.h -> ggml-mpi.h
|
# src/ggml-mpi.h -> ggml-mpi.h
|
||||||
# src/ggml-mpi.c -> ggml-mpi.c
|
# src/ggml-mpi.c -> ggml-mpi.c
|
||||||
# src/ggml-opencl.cpp -> ggml-opencl.cpp
|
# src/ggml-opencl.cpp -> ggml-opencl.cpp
|
||||||
@ -118,7 +120,6 @@ if [ -f $SRC_WHISPER/ggml-src.patch ]; then
|
|||||||
-e 's/src\/ggml-impl\.h/ggml-impl.h/g' \
|
-e 's/src\/ggml-impl\.h/ggml-impl.h/g' \
|
||||||
-e 's/src\/ggml-metal\.h/ggml-metal.h/g' \
|
-e 's/src\/ggml-metal\.h/ggml-metal.h/g' \
|
||||||
-e 's/src\/ggml-metal\.m/ggml-metal.m/g' \
|
-e 's/src\/ggml-metal\.m/ggml-metal.m/g' \
|
||||||
-e 's/src\/ggml-metal\.metal/ggml-metal.metal/g' \
|
|
||||||
-e 's/src\/ggml-mpi\.h/ggml-mpi.h/g' \
|
-e 's/src\/ggml-mpi\.h/ggml-mpi.h/g' \
|
||||||
-e 's/src\/ggml-mpi\.c/ggml-mpi.c/g' \
|
-e 's/src\/ggml-mpi\.c/ggml-mpi.c/g' \
|
||||||
-e 's/src\/ggml-opencl\.cpp/ggml-opencl.cpp/g' \
|
-e 's/src\/ggml-opencl\.cpp/ggml-opencl.cpp/g' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user