You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cool, I think this will work for most people. It wouldn't pull new versions of the model as part of compose up but maybe that should be outside of compose up anyway.
As a developer, I can build some local Ollama model for testing. But it cannot be used by Genai Stack directly.
Currently pull_model.Dockerfile will invoke ollama pull command to pull a model from a registry.
I think the proper way is to pull model if the model does not exist locally. The change should be simple, e.g.
The text was updated successfully, but these errors were encountered: