ggml-org/whisper.cpp

whisper : update the "talk" example

Ouverte

#1 818 ouverte le 30 janv. 2024

 (9 commentaires) (0 réaction) (0 personne assignée)C++ (6 074 forks)batch import
good first issue

Métriques du dépôt

Stars
 (52 968 étoiles)
Métriques de merge PR
 (Merge moyen 5j 20h) (36 PRs mergées en 30 j)

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

Guide contributeur