[GH-ISSUE #9779] How ollama updates a custom model #68450

Closed
opened 2026-05-04 13:59:30 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @Hunter6324 on GitHub (Mar 15, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/9779

Scenario:
Use a modelfile to create a qwq:latest_20K based on qwq:latest.
FROM qwq:latest
PARAMETER num_ctx 20000
PARAMETER num_thread 6

Question:
When I update qwq:latest, will the custom model qwq:latest_20K be updated synchronously? Or do you need to re-execute the creation file to update the custom model?

Originally created by @Hunter6324 on GitHub (Mar 15, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/9779 Scenario: Use a modelfile to create a qwq:latest_20K based on qwq:latest. FROM qwq:latest PARAMETER num_ctx 20000 PARAMETER num_thread 6 Question: When I update qwq:latest, will the custom model qwq:latest_20K be updated synchronously? Or do you need to re-execute the creation file to update the custom model?
Author
Owner

@rick-github commented on GitHub (Mar 15, 2025):

You need to re-execute the create command.

<!-- gh-comment-id:2726361717 --> @rick-github commented on GitHub (Mar 15, 2025): You need to re-execute the create command.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#68450