ggml/cmake/ggml-config.cmake.in \
ggml/src/ggml-cpu/cmake/FindSIMD.cmake \
ggml/src/ggml* \
+ ggml/src/gguf* \
ggml/include/ggml*.h \
ggml/include/gguf*.h \
tests/test-opt.cpp \
# ggml/src/ggml-cpu/cmake/FindSIMD.cmake -> src/ggml-cpu/cmake/FindSIMD.cmake
#
# ggml/src/ggml* -> src/ggml*
+ # ggml/src/gguf* -> src/gguf*
#
# ggml/include/ggml*.h -> include/ggml*.h
# ggml/include/gguf*.h -> include/gguf*.h
-e 's/(^[[:space:]]| [ab]\/)ggml\/cmake\/ggml-config\.cmake\.in/\1cmake\/ggml-config\.cmake\.in/g' \
-e 's/(^[[:space:]]| [ab]\/)ggml\/src\/ggml-cpu\/cmake\/FindSIMD\.cmake/\1src\/ggml-cpu\/cmake\/FindSIMD\.cmake/g' \
-e 's/(^[[:space:]]| [ab]\/)ggml\/src\/ggml(.*)/\1src\/ggml\2/g' \
+ -e 's/(^[[:space:]]| [ab]\/)ggml\/src\/gguf(.*)/\1src\/gguf\2/g' \
-e 's/(^[[:space:]]| [ab]\/)ggml\/include\/ggml(.*)\.h/\1include\/ggml\2.h/g' \
-e 's/(^[[:space:]]| [ab]\/)ggml\/include\/gguf(.*)\.h/\1include\/gguf\2.h/g' \
-e 's/(^[[:space:]]| [ab]\/)tests\/test-opt\.cpp/\1tests\/test-opt.cpp/g' \
cp -rpv ../llama.cpp/ggml/src/ggml-cpu/cmake/* src/ggml-cpu/cmake/
cp -rpv ../llama.cpp/ggml/src/ggml* src/
+cp -rpv ../llama.cpp/ggml/src/gguf* src/
cp -rpv ../llama.cpp/ggml/include/ggml*.h include/
cp -rpv ../llama.cpp/ggml/include/gguf*.h include/
ggml/src/CMakeLists.txt \
ggml/cmake/FindSIMD.cmake \
ggml/src/ggml* \
+ ggml/src/gguf* \
ggml/include/ggml*.h \
ggml/include/gguf*.h \
examples/common-ggml.h \
# ggml/cmake/FindSIMD.cmake -> cmake/FindSIMD.cmake
#
# ggml/src/ggml* -> src/ggml*
+ # ggml/src/gguf* -> src/gguf*
#
# ggml/include/ggml*.h -> include/ggml*.h
# ggml/include/gguf*.h -> include/gguf*.h
-e 's/\/ggml\/src\/CMakeLists\.txt/\/src\/CMakeLists.txt/g' \
-e 's/\/ggml\/cmake\/FindSIMD\.cmake/\/cmake\/FindSIMD.cmake/g' \
-e 's/\/ggml\/src\/ggml(.*)/\/src\/ggml\1/g' \
+ -e 's/\/ggml\/src\/gguf(.*)/\/src\/gguf\1/g' \
-e 's/\/ggml\/include\/ggml(.*)\.h/\/include\/ggml\1.h/g' \
-e 's/\/ggml\/include\/gguf(.*)\.h/\/include\/gguf\1.h/g' \
-e 's/\/examples\/common\.h/\/examples\/common.h/g' \
cp -rpv ../whisper.cpp/ggml/cmake/FindSIMD.cmake cmake/FindSIMD.cmake
cp -rpv ../whisper.cpp/ggml/src/ggml* src/
+cp -rpv ../whisper.cpp/ggml/src/gguf* src/
cp -rpv ../whisper.cpp/ggml/include/ggml*.h include/
cp -rpv ../whisper.cpp/ggml/include/gguf*.h include/