ggml-org/whisper.cpp

Consider using OPFS instead of IndexedDB for storage in WASM demos

Open

#825 ouverte le 27 avr. 2023

Voir sur GitHub
 (5 commentaires) (1 réaction) (0 assignés)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?

Guide contributeur