]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
Adding Whisper inference example
authorGeorgi Gerganov <redacted>
Wed, 28 Sep 2022 18:12:20 +0000 (21:12 +0300)
committerGeorgi Gerganov <redacted>
Wed, 28 Sep 2022 18:12:20 +0000 (21:12 +0300)
commit787efb4d2e8ec80ccf48168cf5b9e967e62fe0c2
tree00a5dc0467b865cb163368c8cb72351a37d589d6
parentf21b84cd217a4cb39cc21c6dcfce30e0bff132f0
Adding Whisper inference example
15 files changed:
CMakeLists.txt
README.md
examples/CMakeLists.txt
examples/dr_wav.h [new file with mode: 0644]
examples/gpt-2/main.cpp
examples/gpt-j/main.cpp
examples/utils.cpp
examples/utils.h
examples/whisper/CMakeLists.txt [new file with mode: 0644]
examples/whisper/README.md [new file with mode: 0644]
examples/whisper/convert-pt-to-ggml.py [new file with mode: 0644]
examples/whisper/main.cpp [new file with mode: 0644]
include/ggml/ggml.h
src/CMakeLists.txt
src/ggml.c