]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
talk-llama : add new example + sync ggml from llama.cpp (#664)
authorGeorgi Gerganov <redacted>
Mon, 27 Mar 2023 18:00:32 +0000 (21:00 +0300)
committerGitHub <redacted>
Mon, 27 Mar 2023 18:00:32 +0000 (21:00 +0300)
commit4a0deb8b1e319620c23a322681a997479f7682b2
tree9d0df26d432299014f9a887d4c303689f1a01e32
parent8e361d90d7948de3ecae73e10878040044836800
talk-llama : add new example + sync ggml from llama.cpp (#664)

* talk-llama : talk with LLaMA AI

* talk.llama : disable EOS token

* talk-llama : add README instructions

* ggml : fix build in debug
14 files changed:
.gitignore
Makefile
examples/CMakeLists.txt
examples/talk-llama/.gitignore [new file with mode: 0644]
examples/talk-llama/CMakeLists.txt [new file with mode: 0644]
examples/talk-llama/README.md [new file with mode: 0644]
examples/talk-llama/llama.cpp [new file with mode: 0644]
examples/talk-llama/llama.h [new file with mode: 0644]
examples/talk-llama/speak.sh [new file with mode: 0755]
examples/talk-llama/talk-llama.cpp [new file with mode: 0644]
examples/talk/speak.sh
ggml.c
ggml.h
whisper.cpp