-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keep the Ollama version up to date #3
Comments
If you want to get the latest Ollama, then you should install it outside of the extension. We will automatically pick up the In general Rancher Desktop will alway provide additional utilities at a specific version, and the only way to update them is to update Rancher Desktop itself. That makes sure that the user is using the utilities that have gone through our QA process. Users can always install their own version ahead of ours in the Now we can argue that the extension is not really part of Rancher Desktop, so these rules don't apply (so we can have it install the "latest" version of Ollama instead of a fixed version). But we don't need to provide yet another mechanism to keep updating the internally installed version. One thing we might want to think about is: if we upgrade Rancher Desktop, should we uninstall and reinstall all extensions included in the catalog, so the user gets the latest version of the extension automatically? That would need an issue in the main repo. |
I think this approach works if we don't the delete model files as part of the extension uninstall. |
We are never deleting models1. And we only delete Ollama itself if it is downloaded by the extension into the extension directory (because the extension directory itself will be removed). But we will never delete an Ollama version installed directly by the user. Footnotes
|
With the current extension setup, if a new version of Ollama is available after the extension is installed then users need to uninstall and re-install the extension to get the latest Ollama version, or upgrade Ollama outside Rancher Desktop.
We need to document this and eventually provide a better way of getting latest Ollama versions.
The text was updated successfully, but these errors were encountered: