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...
tech.mrleong.net1 min read