Working with the Model Library
46%
Copying a Model
ollama cp duplicates a model under a new name. This is the generic syntax:
ollama cp $SOURCE $TARGET
For example:
# re-download granite if you deleted it previously
MODEL=granite3.3:2b
ollama pull $MODEL
# copy it
ollama cp $MODEL my-granite-tuned
Verify with ollama list:
ollama list
Local AI Engineering with Ollama
Run, understand, customize, fine-tune, and build agentic apps on your own hardwareEnroll now to unlock all content and receive all future updates for free.
