scripts : sync ggml-cuda folder

This commit is contained in:
Georgi Gerganov 2024-04-07 16:08:12 +03:00
parent 9472bce308
commit 43e8995e75
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

View File

@ -60,6 +60,7 @@ while read c; do
src/ggml*.m \ src/ggml*.m \
src/ggml*.metal \ src/ggml*.metal \
src/ggml*.cu \ src/ggml*.cu \
src/ggml-cuda/* \
tests/test-opt.cpp \ tests/test-opt.cpp \
tests/test-grad0.cpp \ tests/test-grad0.cpp \
tests/test-quantize-fns.cpp \ tests/test-quantize-fns.cpp \