ngxson / wllama

WebAssembly binding for llama.cpp - Enabling on-browser LLM inference
https://huggingface.co/spaces/ngxson/wllama
MIT License
452 stars 24 forks source link

[Idea] Use OPFS for storing downloaded files #38

Closed ngxson closed 5 months ago

ngxson commented 6 months ago

Currently, we're using CacheStorage to store downloaded files. This approach has some limitations on certain browsers.

Another approach woule be to use Origin private file system

Ref:

flatsiedatsie commented 6 months ago

Interesting.