delete all models (not just 1st) in `ollama rm` (#415)
Previously, `ollama rm model1 model2 modelN` would only delete `model1`. The other model command-line arguments would be silently ignored. Now, all models mentioned are deleted.
Showing
Please register or sign in to comment