summaryrefslogtreecommitdiff
path: root/scripts/sync-ggml.sh
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2024-04-09 09:23:19 +0300
committerGitHub <noreply@github.com>2024-04-09 09:23:19 +0300
commite11a8999b5690f810c2c99c14347f0834e68c524 (patch)
tree5ee6411bb0151bbdb3efb0ad947d7982659ef16d /scripts/sync-ggml.sh
parentcc4a95426d17417d3c83f12bdb514fbe8abe2a88 (diff)
license : update copyright notice + add AUTHORS (#6405)
* license : add AUTHORS * authors : update * scipts : add LICENSE and gen-authors.sh to sync
Diffstat (limited to 'scripts/sync-ggml.sh')
-rwxr-xr-xscripts/sync-ggml.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/sync-ggml.sh b/scripts/sync-ggml.sh
index d8fdaadf..80c43976 100755
--- a/scripts/sync-ggml.sh
+++ b/scripts/sync-ggml.sh
@@ -31,3 +31,6 @@ cp -rpv ../ggml/include/ggml/ggml-backend.h ./ggml-backend.h
cp -rpv ../ggml/tests/test-opt.cpp ./tests/test-opt.cpp
cp -rpv ../ggml/tests/test-grad0.cpp ./tests/test-grad0.cpp
cp -rpv ../ggml/tests/test-backend-ops.cpp ./tests/test-backend-ops.cpp
+
+cp -rpv ../LICENSE ./LICENSE
+cp -rpv ../ggml/scripts/gen-authors.sh ./scripts/gen-authors.sh