]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
refactoring : move main + stream in examples + other stuff
authorGeorgi Gerganov <redacted>
Tue, 25 Oct 2022 16:13:08 +0000 (19:13 +0300)
committerGeorgi Gerganov <redacted>
Tue, 25 Oct 2022 17:53:48 +0000 (20:53 +0300)
commitc6710efde20e858e8588aac65dc1f96f5a815f31
tree7208d31b0d6947520d36d1a76e676575efcc20aa
parent4c68f4cac00ee693106d8501d4f5fb670fe0294e
refactoring : move main + stream in examples + other stuff
22 files changed:
.gitignore
CMakeLists.txt
Makefile
README.md
download-ggml-model.sh [deleted file]
dr_wav.h [deleted file]
examples/CMakeLists.txt
examples/bench/CMakeLists.txt [new file with mode: 0644]
examples/bench/README.md [new file with mode: 0644]
examples/bench/bench.cpp [new file with mode: 0644]
examples/dr_wav.h [new file with mode: 0644]
examples/main/CMakeLists.txt [new file with mode: 0644]
examples/main/README.md [new file with mode: 0644]
examples/main/main.cpp [new file with mode: 0644]
examples/stream/CMakeLists.txt [new file with mode: 0644]
examples/stream/README.md [new file with mode: 0644]
examples/stream/stream.cpp [new file with mode: 0644]
ggml.c
main.cpp [deleted file]
models/download-ggml-model.sh [new file with mode: 0755]
msvc_thread_atomic.h [deleted file]
stream.cpp [deleted file]