ggml-org/whisper.cpp

whisper : update the "talk" example

Offen

#1.818 geöffnet am 30.01.2024

 (9 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (6.074 Forks)batch import
good first issue

Repository-Metriken

Stars
 (52.968 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 5T 20h) (36 gemergte PRs in 30 T)

Beschreibung

The talk and talk.wasm examples have become a bit stale, using a very old implementation of gpt-2:

It would be nice to bring those examples up-to-date using the latest gpt-2 implementation from ggml: https://github.com/ggerganov/ggml/tree/master/examples/gpt-2

Contributor Guide