Auto Update Downloaded Ollama Models
I like to keep all models updated, but Ollama does not automatically update downloaded models. This is how I automate updates using a cronjob and Bash script. ~/.local/bin/update-models.sh #!/usr/bin/env bash # Update all local models. models=$(olla...
Mar 4, 20251 min read44

