ggml-org/whisper.cpp

whisper : update the "talk" example

开放

#1,818 创建于 2024年1月30日

 (9 条评论) (0 个反应) (0 位负责人)C++ (6,072 个派生)batch import
good first issue

仓库指标

星标
 (52,942 个星标)
PR 合并指标
 (平均合并 5天 20小时) (30 天内合并 36 个 PR)

描述

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

贡献者指南