Skip to content

Instantly share code, notes, and snippets.

@wilsonsilva
Created October 27, 2024 08:13
Show Gist options
  • Save wilsonsilva/af7317a896d64b358244ef83b5ad058b to your computer and use it in GitHub Desktop.
Save wilsonsilva/af7317a896d64b358244ef83b5ad058b to your computer and use it in GitHub Desktop.
Ollama prune
# Deletes all ollama model
ollama list | awk 'NR>1 {print "ollama rm " $1}' | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment