llm icon indicating copy to clipboard operation
llm copied to clipboard

Deleting or Reinstalling models

Open penguinmd opened this issue 2 years ago • 3 comments

Is there a way to reinstall or delete a model? One of them got corrupted on download and I can't figure out how to remove it or reinstall it.

penguinmd avatar Aug 26 '23 02:08 penguinmd

I would also like to know how to remove models to free up disk space, for example.

chapmanbe avatar Sep 10 '23 22:09 chapmanbe

I think that local models are at ~/Library/Application Support/io.datasette.llm/

gdbing avatar Sep 16 '23 22:09 gdbing

After dissecting the code, I see that the gpt4all plugin indeed uses gpt4all, which install the models (on a Mac): ~/.cache/gpt4all/orca-mini-3b-gguf2-q4_0.gguf

But do see this: https://github.com/nomic-ai/gpt4all/issues/1235

progressive-kiwi avatar Dec 15 '23 23:12 progressive-kiwi