File: sync-whisper.sh

package info (click to toggle)
ggml 0.9.8-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 21,852 kB
  • sloc: cpp: 147,915; ansic: 49,169; lisp: 12,885; python: 1,617; objc: 1,398; sh: 1,048; makefile: 72
file content (17 lines) | stat: -rwxr-xr-x 682 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

cp -rpv ../whisper.cpp/ggml/CMakeLists.txt       CMakeLists.txt
cp -rpv ../whisper.cpp/ggml/src/CMakeLists.txt   src/CMakeLists.txt
cp -rpv ../whisper.cpp/ggml/cmake/FindSIMD.cmake cmake/FindSIMD.cmake

cp -rpv ../whisper.cpp/ggml/src/ggml* src/
cp -rpv ../whisper.cpp/ggml/src/gguf* src/

cp -rpv ../whisper.cpp/ggml/include/ggml*.h include/
cp -rpv ../whisper.cpp/ggml/include/gguf*.h include/

cp -rpv ../whisper.cpp/examples/common-ggml.h   examples/common-ggml.h
cp -rpv ../whisper.cpp/examples/common-ggml.cpp examples/common-ggml.cpp

cp -rpv ../whisper.cpp/LICENSE                ./LICENSE
cp -rpv ../whisper.cpp/scripts/gen-authors.sh ./scripts/gen-authors.sh