]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
scripts : add sync-whisper.sh
authorGeorgi Gerganov <redacted>
Sat, 29 Apr 2023 09:33:57 +0000 (12:33 +0300)
committerGeorgi Gerganov <redacted>
Sat, 29 Apr 2023 09:33:57 +0000 (12:33 +0300)
scripts/sync-whisper.sh [new file with mode: 0755]

diff --git a/scripts/sync-whisper.sh b/scripts/sync-whisper.sh
new file mode 100755 (executable)
index 0000000..34ddb4a
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+cp -rpv ../whisper.cpp/ggml.c       src/ggml.c
+cp -rpv ../whisper.cpp/ggml-cuda.cu src/ggml-cuda.cu
+cp -rpv ../whisper.cpp/ggml-cuda.h  src/ggml-cuda.h
+cp -rpv ../whisper.cpp/ggml.h       include/ggml/ggml.h