ggml-org/whisper.cpp

Consider using OPFS instead of IndexedDB for storage in WASM demos

Open

#825 geöffnet am 27. Apr. 2023

Auf GitHub ansehen
 (5 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C++ (49.693 Stars) (5.535 Forks)batch import
enhancementhelp wanted

Beschreibung

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