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'
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 mistralAnd not a command to run the model.
I tried with
ollama run mistralBut when I run
docker-compose --profile dev upI get: AttributeError: 'Ollama' object has no attribute 'model_id'