scripts : add helper scripts to synch ggml repo

This commit is contained in:
Georgi Gerganov 2023-04-23 19:57:09 +03:00
parent edce63baa9
commit 284685f169
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

6
scripts/sync-ggml.sh Executable file
View file

@ -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