containers / ramalama

The goal of ramalama is to make working with AI boring.
MIT License
152 stars 15 forks source link

Need a way to remove models from local storage. #22

Open rhatdan opened 1 month ago

rhatdan commented 1 month ago

ramalama rm MODEL Support for globs?

Potentially ramalama purge MODEL

Or a way to reset?

ericcurtin commented 1 month ago

One thing that's important here is to rm the symlink around:

~/.local/share/ramalama/models/

but also the actual backing content and not just rm the symlink.

ericcurtin commented 1 month ago

If in doubt for how it should behave, we could try and behave like podman :)

It is designed to be a container like experience.

rhatdan commented 1 month ago

Agreed.