Skip to content

Commit 2b6a074

Browse files
committed
extra : update ggml sync script
1 parent 5300117 commit 2b6a074

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

extra/sync-ggml.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ cp -rpv ../ggml/examples/common.h ./examples/common.h
1010
cp -rpv ../ggml/examples/common.cpp ./examples/common.cpp
1111
cp -rpv ../ggml/examples/common-ggml.h ./examples/common-ggml.h
1212
cp -rpv ../ggml/examples/common-ggml.cpp ./examples/common-ggml.cpp
13+
14+
cp -rpv ../ggml/examples/whisper/whisper.h ./whisper.h
15+
cp -rpv ../ggml/examples/whisper/whisper.cpp ./whisper.cpp
16+
cp -rpv ../ggml/examples/whisper/main.cpp ./examples/main/main.cpp
17+
cp -rpv ../ggml/examples/whisper/quantize.cpp ./examples/quantize/quantize.cpp
18+

0 commit comments

Comments
 (0)