ggml-org/whisper.cpp

Consider using OPFS instead of IndexedDB for storage in WASM demos

Open

#825 aberto em 27 de abr. de 2023

Ver no 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?

Guia do colaborador