llm
llm copied to clipboard
Deleting or Reinstalling models
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.
I would also like to know how to remove models to free up disk space, for example.
I think that local models are at ~/Library/Application Support/io.datasette.llm/
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