We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5300117 commit 2b6a074Copy full SHA for 2b6a074
extra/sync-ggml.sh
@@ -10,3 +10,9 @@ cp -rpv ../ggml/examples/common.h ./examples/common.h
10
cp -rpv ../ggml/examples/common.cpp ./examples/common.cpp
11
cp -rpv ../ggml/examples/common-ggml.h ./examples/common-ggml.h
12
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