]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
scripts : remove common.{cpp,h} from whisper sync scripts (#1271)
authorDaniel Bevenius <redacted>
Thu, 12 Jun 2025 13:57:58 +0000 (15:57 +0200)
committerGitHub <redacted>
Thu, 12 Jun 2025 13:57:58 +0000 (15:57 +0200)
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

scripts/sync-whisper-am.sh
scripts/sync-whisper.sh

index a83914e137e97942359bf77b89625f7ed25ac071..7b476ca601f5af5df0f471c10df51d27cb31ae63 100755 (executable)
@@ -74,8 +74,6 @@ while read c; do
         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 \
index 2f63dfc88cbcae25829280df61b6ae7b7c195d70..3bbf226dc0db2f8a192d83671772912df4570907 100755 (executable)
@@ -24,8 +24,6 @@ cp -rpv ../whisper.cpp/ggml/src/ggml-vulkan/*    src/ggml-vulkan/
 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