Skip to content

Commit

Permalink
scripts : add sync-whisper.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Apr 29, 2023
1 parent 5dd92f4 commit 2e09d7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/sync-whisper.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

cp -rpv ../whisper.cpp/ggml.c src/ggml.c
cp -rpv ../whisper.cpp/ggml-cuda.cu src/ggml-cuda.cu
cp -rpv ../whisper.cpp/ggml-cuda.h src/ggml-cuda.h
cp -rpv ../whisper.cpp/ggml.h include/ggml/ggml.h

0 comments on commit 2e09d7c

Please sign in to comment.