ggml-org/whisper.cpp

whisper : update the "talk" example

Aberta

#1.818 aberto em 30 de jan. de 2024

 (9 comentários) (0 reação) (0 responsável)C++ (6.078 forks)batch import
good first issue

Métricas do repositório

Stars
 (53.008 estrelas)
Métricas de merge de PR
 (Mesclagem média 5d 20h) (36 fundiu PRs em 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

Guia do colaborador