mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-19 00:56:47 +02:00
scripts : update sync scripts
This commit is contained in:
@@ -61,21 +61,7 @@ while read c; do
|
|||||||
cmake/ggml-config.cmake.in \
|
cmake/ggml-config.cmake.in \
|
||||||
src/ggml-cpu/cmake/FindSIMD.cmake \
|
src/ggml-cpu/cmake/FindSIMD.cmake \
|
||||||
src/ggml*.h \
|
src/ggml*.h \
|
||||||
src/ggml*.c \
|
src/ggml* \
|
||||||
src/ggml*.cpp \
|
|
||||||
src/gguf*.cpp \
|
|
||||||
src/ggml-blas/* \
|
|
||||||
src/ggml-cann/* \
|
|
||||||
src/ggml-cpu/* \
|
|
||||||
src/ggml-cuda/* \
|
|
||||||
src/ggml-hip/* \
|
|
||||||
src/ggml-kompute/* \
|
|
||||||
src/ggml-metal/* \
|
|
||||||
src/ggml-musa/* \
|
|
||||||
src/ggml-opencl/* \
|
|
||||||
src/ggml-rpc/* \
|
|
||||||
src/ggml-sycl/* \
|
|
||||||
src/ggml-vulkan/* \
|
|
||||||
include/ggml*.h \
|
include/ggml*.h \
|
||||||
include/gguf*.h \
|
include/gguf*.h \
|
||||||
examples/common.h \
|
examples/common.h \
|
||||||
@@ -118,22 +104,7 @@ if [ -f $SRC_WHISPER/ggml-src.patch ]; then
|
|||||||
# cmake/ggml-config.cmake.in -> ggml/cmake/ggml-config.cmake.in
|
# cmake/ggml-config.cmake.in -> ggml/cmake/ggml-config.cmake.in
|
||||||
# src/ggml-cpu/cmake/FindSIMD.cmake -> ggml/src/ggml-cpu/cmake/FindSIMD.cmake
|
# src/ggml-cpu/cmake/FindSIMD.cmake -> ggml/src/ggml-cpu/cmake/FindSIMD.cmake
|
||||||
#
|
#
|
||||||
# src/ggml*.c -> ggml/src/ggml*.c
|
# src/ggml* -> ggml/src/ggml*.c
|
||||||
# src/ggml*.cpp -> ggml/src/ggml*.cpp
|
|
||||||
# src/ggml*.h -> ggml/src/ggml*.h
|
|
||||||
# src/gguf*.cpp -> ggml/src/gguf*.cpp
|
|
||||||
# src/ggml-blas/* -> ggml/src/ggml-blas/*
|
|
||||||
# src/ggml-cann/* -> ggml/src/ggml-cann/*
|
|
||||||
# src/ggml-cpu/* -> ggml/src/ggml-cpu/*
|
|
||||||
# src/ggml-cuda/* -> ggml/src/ggml-cuda/*
|
|
||||||
# src/ggml-hip/* -> ggml/src/ggml-hip/*
|
|
||||||
# src/ggml-kompute/* -> ggml/src/ggml-kompute/*
|
|
||||||
# src/ggml-metal/* -> ggml/src/ggml-metal/*
|
|
||||||
# src/ggml-musa/* -> ggml/src/ggml-musa/*
|
|
||||||
# src/ggml-opencl/* > ggml/src/ggml-opencl/*
|
|
||||||
# src/ggml-rpc/* -> ggml/src/ggml-rpc/*
|
|
||||||
# src/ggml-sycl/* -> ggml/src/ggml-sycl/*
|
|
||||||
# src/ggml-vulkan/* -> ggml/src/ggml-vulkan/*
|
|
||||||
#
|
#
|
||||||
# include/ggml*.h -> ggml/include/ggml*.h
|
# include/ggml*.h -> ggml/include/ggml*.h
|
||||||
# include/gguf*.h -> ggml/include/gguf*.h
|
# include/gguf*.h -> ggml/include/gguf*.h
|
||||||
@@ -154,22 +125,7 @@ if [ -f $SRC_WHISPER/ggml-src.patch ]; then
|
|||||||
-e 's/(^[[:space:]]| [ab]\/)cmake\/common.cmake/\1ggml\/cmake\/common.cmake/g' \
|
-e 's/(^[[:space:]]| [ab]\/)cmake\/common.cmake/\1ggml\/cmake\/common.cmake/g' \
|
||||||
-e 's/(^[[:space:]]| [ab]\/)cmake\/ggml-config.cmake.in/\1ggml\/cmake\/ggml-config.cmake.in/g' \
|
-e 's/(^[[:space:]]| [ab]\/)cmake\/ggml-config.cmake.in/\1ggml\/cmake\/ggml-config.cmake.in/g' \
|
||||||
-e 's/(^[[:space:]]| [ab]\/)src\/ggml-cpu\/cmake\/FindSIMD.cmake/\1ggml\/src\/ggml-cpu\/cmake\/FindSIMD.cmake/g' \
|
-e 's/(^[[:space:]]| [ab]\/)src\/ggml-cpu\/cmake\/FindSIMD.cmake/\1ggml\/src\/ggml-cpu\/cmake\/FindSIMD.cmake/g' \
|
||||||
-e 's/([[:space:]]| [ab]\/)src\/ggml(.*)\.c/\1ggml\/src\/ggml\2.c/g' \
|
-e 's/([[:space:]]| [ab]\/)src\/ggml(.*)/\1ggml\/src\/ggml\2/g' \
|
||||||
-e 's/([[:space:]]| [ab]\/)src\/ggml(.*)\.cpp/\1ggml\/src\/ggml\2.cpp/g' \
|
|
||||||
-e 's/([[:space:]]| [ab]\/)src\/ggml(.*)\.h/\1ggml\/src\/ggml\2.h/g' \
|
|
||||||
-e 's/([[:space:]]| [ab]\/)src\/gguf(.*)\.cpp/\1ggml\/src\/gguf\2.cpp/g' \
|
|
||||||
-e 's/([[:space:]]| [ab]\/)src\/ggml-blas\//\1ggml\/src\/ggml-blas\//g' \
|
|
||||||
-e 's/([[:space:]]| [ab]\/)src\/ggml-cann\//\1ggml\/src\/ggml-cann\//g' \
|
|
||||||
-e 's/([[:space:]]| [ab]\/)src\/ggml-cpu\//\1ggml\/src\/ggml-cpu\//g' \
|
|
||||||
-e 's/([[:space:]]| [ab]\/)src\/ggml-cuda\//\1ggml\/src\/ggml-cuda\//g' \
|
|
||||||
-e 's/([[:space:]]| [ab]\/)src\/ggml-hip\//\1ggml\/src\/ggml-hip\//g' \
|
|
||||||
-e 's/([[:space:]]| [ab]\/)src\/ggml-kompute\//\1ggml\/src\/ggml-kompute\//g' \
|
|
||||||
-e 's/([[:space:]]| [ab]\/)src\/ggml-metal\//\1ggml\/src\/ggml-metal\//g' \
|
|
||||||
-e 's/([[:space:]]| [ab]\/)src\/ggml-musa\//\1ggml\/src\/ggml-musa\//g' \
|
|
||||||
-e 's/([[:space:]]| [ab]\/)src\/ggml-opencl\//\1ggml\/src\/ggml-opencl\//g' \
|
|
||||||
-e 's/([[:space:]]| [ab]\/)src\/ggml-rpc\//\1ggml\/src\/ggml-rpc\//g' \
|
|
||||||
-e 's/([[:space:]]| [ab]\/)src\/ggml-sycl\//\1ggml\/src\/ggml-sycl\//g' \
|
|
||||||
-e 's/([[:space:]]| [ab]\/)src\/ggml-vulkan\//\1ggml\/src\/ggml-vulkan\//g' \
|
|
||||||
-e 's/(^[[:space:]]| [ab]\/)include\/ggml(.*)\.h/\1ggml\/include\/ggml\2.h/g' \
|
-e 's/(^[[:space:]]| [ab]\/)include\/ggml(.*)\.h/\1ggml\/include\/ggml\2.h/g' \
|
||||||
-e 's/(^[[:space:]]| [ab]\/)include\/gguf(.*)\.h/\1ggml\/include\/gguf\2.h/g' \
|
-e 's/(^[[:space:]]| [ab]\/)include\/gguf(.*)\.h/\1ggml\/include\/gguf\2.h/g' \
|
||||||
-e 's/(^[[:space:]]| [ab]\/)examples\/common\.h/\1examples\/common.h/g' \
|
-e 's/(^[[:space:]]| [ab]\/)examples\/common\.h/\1examples\/common.h/g' \
|
||||||
|
@@ -6,22 +6,7 @@ cp -rpv ../ggml/src/CMakeLists.txt ./ggml/src/CMakeLists.txt
|
|||||||
cp -rpv ../ggml/cmake/* ./ggml/cmake/
|
cp -rpv ../ggml/cmake/* ./ggml/cmake/
|
||||||
cp -rpv ../ggml/src/ggml-cpu/cmake/* ./ggml/src/ggml-cpu/cmake/
|
cp -rpv ../ggml/src/ggml-cpu/cmake/* ./ggml/src/ggml-cpu/cmake/
|
||||||
|
|
||||||
cp -rpv ../ggml/src/ggml*.c ./ggml/src/
|
cp -rpv ../ggml/src/ggml* ./ggml/src/
|
||||||
cp -rpv ../ggml/src/ggml*.cpp ./ggml/src/
|
|
||||||
cp -rpv ../ggml/src/ggml*.h ./ggml/src/
|
|
||||||
cp -rpv ../ggml/src/gguf*.cpp ./ggml/src/
|
|
||||||
cp -rpv ../ggml/src/ggml-blas/* ./ggml/src/ggml-blas/
|
|
||||||
cp -rpv ../ggml/src/ggml-cann/* ./ggml/src/ggml-cann/
|
|
||||||
cp -rpv ../ggml/src/ggml-cpu/* ./ggml/src/ggml-cpu/
|
|
||||||
cp -rpv ../ggml/src/ggml-cuda/* ./ggml/src/ggml-cuda/
|
|
||||||
cp -rpv ../ggml/src/ggml-hip/* ./ggml/src/ggml-hip/
|
|
||||||
cp -rpv ../ggml/src/ggml-kompute/* ./ggml/src/ggml-kompute/
|
|
||||||
cp -rpv ../ggml/src/ggml-metal/* ./ggml/src/ggml-metal/
|
|
||||||
cp -rpv ../ggml/src/ggml-musa/* ./ggml/src/ggml-musa/
|
|
||||||
cp -rpv ../ggml/src/ggml-opencl/* ./ggml/src/ggml-opencl/
|
|
||||||
cp -rpv ../ggml/src/ggml-rpc/* ./ggml/src/ggml-rpc/
|
|
||||||
cp -rpv ../ggml/src/ggml-sycl/* ./ggml/src/ggml-sycl/
|
|
||||||
cp -rpv ../ggml/src/ggml-vulkan/* ./ggml/src/ggml-vulkan/
|
|
||||||
|
|
||||||
cp -rpv ../ggml/include/ggml*.h ./ggml/include/
|
cp -rpv ../ggml/include/ggml*.h ./ggml/include/
|
||||||
cp -rpv ../ggml/include/gguf*.h ./ggml/include/
|
cp -rpv ../ggml/include/gguf*.h ./ggml/include/
|
||||||
|
Reference in New Issue
Block a user