From: Georgi Gerganov Date: Sat, 29 Apr 2023 09:33:57 +0000 (+0300) Subject: scripts : add sync-whisper.sh X-Git-Tag: upstream/0.0.1642~1508 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=2e09d7c971809e2b3ca342fd7fc1c7538a1e245b;p=pkg%2Fggml%2Fsources%2Fggml scripts : add sync-whisper.sh --- diff --git a/scripts/sync-whisper.sh b/scripts/sync-whisper.sh new file mode 100755 index 00000000..34ddb4af --- /dev/null +++ b/scripts/sync-whisper.sh @@ -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