aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2023-07-05 20:20:05 +0300
committerGeorgi Gerganov <ggerganov@gmail.com>2023-07-05 20:20:25 +0300
commit1b6efeab829f3eeda5b39bd47624bb60b3531b88 (patch)
tree00332bd295a4cf8dd0736ed7f787a687c7224165 /scripts
parent1b107b8550dced48dc5f41184640061354226b96 (diff)
tests : fix test-grad0
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/sync-ggml.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/sync-ggml.sh b/scripts/sync-ggml.sh
index 574e518..02ea6ec 100755
--- a/scripts/sync-ggml.sh
+++ b/scripts/sync-ggml.sh
@@ -8,4 +8,7 @@ cp -rpv ../ggml/src/ggml-opencl.cpp ./ggml-opencl.cpp
cp -rpv ../ggml/src/ggml-metal.h ./ggml-metal.h
cp -rpv ../ggml/src/ggml-metal.m ./ggml-metal.m
cp -rpv ../ggml/src/ggml-metal.metal ./ggml-metal.metal
-cp -rpv ../ggml/include/ggml/ggml.h ./ggml.h
+cp -rpv ../ggml/include/ggml/ggml.h ./ggml.h
+
+cp -rpv ../ggml/tests/test-opt.c ./tests/test-opt.c
+cp -rpv ../ggml/tests/test-grad0.c ./tests/test-grad0.c