ggml-org/whisper.cpp
Consider using OPFS instead of IndexedDB for storage in WASM demos
開放
#825 建立於 2023年4月27日
enhancementhelp wanted
倉庫指標
- 星標
- (53,008 顆星)
- 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?