|
|
|
|
|
by subhobroto
55 days ago
|
|
> It works, I've shipped this as a "local inference"/poor person's ollama for low-end llm tasks like search fantastic! > the model download is orders of magnitude greater than downloading the browser itself, and something that needs to happen before you get your first token back sure but does this mean the model is lazily downloaded? that is, if I used this and I am the first time the model was called, the user would be waiting until the model was downloaded at that point? that sounds like a horrible user experience - maybe chrome reduces the confusion by showing a download dialog status or similar? also, any idea what the on disk impact is? |
|
So it's once per browser, not once per site.
You can track the download state yourself and pop whatever UI you want.