mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-10 07:39:44 +00:00
scripts : add helper scripts to synch ggml repo
This commit is contained in:
parent
edce63baa9
commit
284685f169
1 changed files with 6 additions and 0 deletions
6
scripts/sync-ggml.sh
Executable file
6
scripts/sync-ggml.sh
Executable 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
|
Loading…
Reference in a new issue