From 161f24941cd2aeed2dbf69eea3de0a87959e527b Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 12 Jun 2025 15:12:59 +0200 Subject: [PATCH] scripts : remove common.{cpp,h} from whisper sync scripts 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 | 2 -- scripts/sync-whisper.sh | 2 -- 2 files changed, 4 deletions(-) diff --git a/scripts/sync-whisper-am.sh b/scripts/sync-whisper-am.sh index a83914e137..7b476ca601 100755 --- a/scripts/sync-whisper-am.sh +++ b/scripts/sync-whisper-am.sh @@ -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 \ diff --git a/scripts/sync-whisper.sh b/scripts/sync-whisper.sh index 2f63dfc88c..3bbf226dc0 100755 --- a/scripts/sync-whisper.sh +++ b/scripts/sync-whisper.sh @@ -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