Skip to content

Commit 7891e50

Browse files
committed
scripts : remove common.{cpp,h} from whisper sync scripts
Refs: ggml-org/whisper.cpp#3244 (comment)
1 parent 08951f9 commit 7891e50

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

scripts/sync-whisper-am.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ while read c; do
7474
ggml/src/ggml-vulkan/* \
7575
ggml/include/ggml*.h \
7676
ggml/include/gguf*.h \
77-
examples/common.h \
78-
examples/common.cpp \
7977
examples/common-ggml.h \
8078
examples/common-ggml.cpp \
8179
LICENSE \

scripts/sync-whisper.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ cp -rpv ../whisper.cpp/ggml/src/ggml-vulkan/* src/ggml-vulkan/
2424
cp -rpv ../whisper.cpp/ggml/include/ggml*.h include/
2525
cp -rpv ../whisper.cpp/ggml/include/gguf*.h include/
2626

27-
cp -rpv ../whisper.cpp/examples/common.h examples/common.h
28-
cp -rpv ../whisper.cpp/examples/common.cpp examples/common.cpp
2927
cp -rpv ../whisper.cpp/examples/common-ggml.h examples/common-ggml.h
3028
cp -rpv ../whisper.cpp/examples/common-ggml.cpp examples/common-ggml.cpp
3129

0 commit comments

Comments
 (0)