http://tinkerman.cat/rpi3_iot_server.pdf (Catalan)
- download the latest image
#!/usr/bin/env python3 | |
""" | |
Ollama Model Manager | |
This script provides two modes of operation: | |
- export: Exports an installed Ollama model to a tarball. | |
- import: Imports an Ollama model from a tarball. | |
The export mode reads a manifest file located at: | |
<base_path>/manifests/registry.ollama.ai/library/<model_name>/<model_size> |
http://tinkerman.cat/rpi3_iot_server.pdf (Catalan)