ggml-org/whisper.cpp

whisper : update the "talk" example

Open

#1,818 opened on Jan 30, 2024

 (9 comments) (0 reactions) (0 assignees)C++ (6,072 forks)batch import
good first issue

Repository metrics

Stars
 (52,942 stars)
PR merge metrics
 (Avg merge 5d 20h) (36 merged PRs in 30d)

Description

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