ggml-org/whisper.cpp
Voir sur GitHubConsider using OPFS instead of IndexedDB for storage in WASM demos
Open
#825 ouverte le 27 avr. 2023
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?