ggml-org/whisper.cpp

whisper : update the "talk" example

Open

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

在 GitHub 查看
 (9 评论) (0 反应) (0 负责人)C++ (49,693 star) (5,535 fork)batch import
good first issue

描述

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

贡献者指南