ggml-org/whisper.cpp

whisper : update the "talk" example

Open

Aperta il 30 gen 2024

Vedi su GitHub
 (9 commenti) (0 reazioni) (0 assegnatari)C++ (49.693 star) (5535 fork)batch import
good first issue

Descrizione

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

Guida contributor