[GH-ISSUE #9050] support save and load command #31651

Closed
opened 2026-04-22 12:18:25 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @warjiang on GitHub (Feb 12, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/9050

ollama use oci format to store model files, it's easy to use ollama pull or run models 👍 .
But for offline scenarios, we want to use ollama pull xxx model to download models, use ollama save xxx models to export model oci files as a standalone tar file, and then copy the standalone tar file to the offline server, use ollama load tar file to import models.

Originally created by @warjiang on GitHub (Feb 12, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/9050 ollama use oci format to store model files, it's easy to use ollama pull or run models 👍 . But for offline scenarios, we want to use `ollama pull xxx model` to download models, use `ollama save xxx models` to export model oci files as a standalone tar file, and then copy the standalone tar file to the offline server, use `ollama load tar file` to import models.
GiteaMirror added the feature request label 2026-04-22 12:18:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#31651