ggml-org/whisper.cpp

Consider using OPFS instead of IndexedDB for storage in WASM demos

开放

#825 创建于 2023年4月27日

 (5 条评论) (1 个反应) (0 位负责人)C++ (6,072 个派生)batch import
enhancementhelp wanted

仓库指标

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

描述

OPFS has some nice properties - better persistence, performance, and consistent support for large files across browsers (enabling Firefox support for the larger models).

Would you be open to a change to helpers.js to migrate the backend or do you prefer to stick with IndexedDB?

贡献者指南