File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,6 @@ while read c; do
74
74
ggml/src/ggml-vulkan/* \
75
75
ggml/include/ggml* .h \
76
76
ggml/include/gguf* .h \
77
- examples/common.h \
78
- examples/common.cpp \
79
77
examples/common-ggml.h \
80
78
examples/common-ggml.cpp \
81
79
LICENSE \
Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ cp -rpv ../whisper.cpp/ggml/src/ggml-vulkan/* src/ggml-vulkan/
24
24
cp -rpv ../whisper.cpp/ggml/include/ggml* .h include/
25
25
cp -rpv ../whisper.cpp/ggml/include/gguf* .h include/
26
26
27
- cp -rpv ../whisper.cpp/examples/common.h examples/common.h
28
- cp -rpv ../whisper.cpp/examples/common.cpp examples/common.cpp
29
27
cp -rpv ../whisper.cpp/examples/common-ggml.h examples/common-ggml.h
30
28
cp -rpv ../whisper.cpp/examples/common-ggml.cpp examples/common-ggml.cpp
31
29
You can’t perform that action at this time.
0 commit comments