This commit removes the common.{cpp,h} files from the whisper sync
scripts.
Refs: https://github.com/ggml-org/whisper.cpp/pull/3244#issuecomment-
2966630744
ggml/src/ggml-vulkan/* \
ggml/include/ggml*.h \
ggml/include/gguf*.h \
- examples/common.h \
- examples/common.cpp \
examples/common-ggml.h \
examples/common-ggml.cpp \
LICENSE \
cp -rpv ../whisper.cpp/ggml/include/ggml*.h include/
cp -rpv ../whisper.cpp/ggml/include/gguf*.h include/
-cp -rpv ../whisper.cpp/examples/common.h examples/common.h
-cp -rpv ../whisper.cpp/examples/common.cpp examples/common.cpp
cp -rpv ../whisper.cpp/examples/common-ggml.h examples/common-ggml.h
cp -rpv ../whisper.cpp/examples/common-ggml.cpp examples/common-ggml.cpp