Skip to content

Commit

Permalink
scripts : add helper scripts to synch ggml repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Apr 23, 2023
1 parent edce63b commit 284685f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/sync-ggml.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 284685f

Please sign in to comment.