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
I'm not a specialist. But in the Readme.md, you suggest that ollama/mistral is very slow in docker. So I'd like to use it outside of Docker.
But I see only ollama pull mistral
And not a command to run the model.
I tried with ollama run mistral
But when I run docker-compose --profile dev up
I get: AttributeError: 'Ollama' object has no attribute 'model_id'
The text was updated successfully, but these errors were encountered:
I'm not a specialist. But in the Readme.md, you suggest that ollama/mistral is very slow in docker. So I'd like to use it outside of Docker.
But I see only
ollama pull mistral
And not a command to run the model.
I tried with
ollama run mistral
But when I run
docker-compose --profile dev up
I get: AttributeError: 'Ollama' object has no attribute 'model_id'
The text was updated successfully, but these errors were encountered: