]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
talk : talk with AI in the terminal
authorGeorgi Gerganov <redacted>
Fri, 9 Dec 2022 18:38:10 +0000 (20:38 +0200)
committerGeorgi Gerganov <redacted>
Sat, 10 Dec 2022 14:51:58 +0000 (16:51 +0200)
commit3b1aacbe6d456ffbbe5aa51df9646241757f4dad
tree07575e323d7ade95f449c6c288b48e7a445e09a0
parentd1da35de06219656b6579bbc8be36459d859f5de
talk : talk with AI in the terminal
14 files changed:
.gitignore
Makefile
README.md
examples/CMakeLists.txt
examples/command/command.cpp
examples/talk.wasm/README.md
examples/talk/.gitignore [new file with mode: 0644]
examples/talk/CMakeLists.txt [new file with mode: 0644]
examples/talk/README.md [new file with mode: 0644]
examples/talk/gpt-2.cpp [new file with mode: 0644]
examples/talk/gpt-2.h [new file with mode: 0644]
examples/talk/speak.sh [new file with mode: 0755]
examples/talk/talk.cpp [new file with mode: 0644]
ggml.c