]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
scripts : add helper scripts to synch ggml repo
authorGeorgi Gerganov <redacted>
Sun, 23 Apr 2023 16:57:09 +0000 (19:57 +0300)
committerGeorgi Gerganov <redacted>
Sun, 23 Apr 2023 16:57:09 +0000 (19:57 +0300)
scripts/sync-ggml.sh [new file with mode: 0755]

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