[PR #1959] [CLOSED] Add ollama sync command #10737

Closed
opened 2026-04-12 23:09:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/1959
Author: @puffo
Created: 1/12/2024
Status: Closed

Base: mainHead: sync-command


📝 Commits (1)

📊 Changes

1 file changed (+29 additions, -0 deletions)

View changed files

📝 cmd/cmd.go (+29 -0)

📄 Description

I frequently need to pull the latest version of models I've already downloaded.

Taking inspiration the comments and suggestions in https://github.com/jmorganca/ollama/issues/1890, I've implemented a basic sync command to streamline this process.

ollama sync

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/1959 **Author:** [@puffo](https://github.com/puffo) **Created:** 1/12/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `sync-command` --- ### 📝 Commits (1) - [`44beb5b`](https://github.com/ollama/ollama/commit/44beb5b89c042afa46fa724cec5996837b9d3cae) add ollama sync command ### 📊 Changes **1 file changed** (+29 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+29 -0) </details> ### 📄 Description I frequently need to pull the latest version of models I've already downloaded. Taking inspiration the comments and suggestions in https://github.com/jmorganca/ollama/issues/1890, I've implemented a basic `sync` command to streamline this process. ```bash ollama sync ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-12 23:09:15 -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#10737