Created
October 27, 2024 08:13
-
-
Save wilsonsilva/af7317a896d64b358244ef83b5ad058b to your computer and use it in GitHub Desktop.
Ollama prune
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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