where is the llm files downloaded / stored? (https://felladrin-minisearch.hf.space) #889
Replies: 2 comments 1 reply
-
Hi, @quantumalchemy! They are stored in the browser file system. MiniSearch uses two engines for the models: Wllama and WebLLM. Both engines use models split in small shards. Wllama stores the files using Origin Private File System (OPFS), which you can visualize using the OPFS Explorer Chrome Extension. ![]() WebLLM stores them using Cache Storage, which you can see via the Applications Tab in Chrome Dev Tools: ![]() |
Beta Was this translation helpful? Give feedback.
-
Thanks -- unfortunately I was using firefox and apparently doesn't show OPFS or has an exporer ext. |
Beta Was this translation helpful? Give feedback.
-
Q. where is the llm files downloaded / stored? (https://felladrin-minisearch.hf.space)
Beta Was this translation helpful? Give feedback.
All reactions