ggml-org/whisper.cpp

Consider using OPFS instead of IndexedDB for storage in WASM demos

Open

#825 opened on Apr 27, 2023

View on GitHub
 (5 comments) (1 reaction) (0 assignees)C++ (49,693 stars) (5,535 forks)batch import
enhancementhelp wanted

Description

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?

Contributor guide

Consider using OPFS instead of IndexedDB for storage in WASM demos · ggml-org/whisper.cpp#825 | Good First Issue