From 43e8995e754b8e04642e92822055d193a3272b37 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 7 Apr 2024 16:08:12 +0300 Subject: [PATCH] scripts : sync ggml-cuda folder --- scripts/sync-ggml-am.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/sync-ggml-am.sh b/scripts/sync-ggml-am.sh index 3003290f6..3ae7f460d 100755 --- a/scripts/sync-ggml-am.sh +++ b/scripts/sync-ggml-am.sh @@ -60,6 +60,7 @@ while read c; do src/ggml*.m \ src/ggml*.metal \ src/ggml*.cu \ + src/ggml-cuda/* \ tests/test-opt.cpp \ tests/test-grad0.cpp \ tests/test-quantize-fns.cpp \