s-kostyaev / ellama

Ellama is a tool for interacting with large language models from Emacs.
GNU General Public License v3.0
558 stars 38 forks source link

Feature request: unload a model and free the memory #160

Open rajasegar opened 1 month ago

rajasegar commented 1 month ago

One of the things that makes me cringe is when swapping between models, it never releases the memory when I'm done using it. It's just piles up

More info on how ollama does it https://github.com/ollama/ollama/issues/1339