Loading models into boltA1

Please can anybody help me. I have downloaded qwen2.5-coder:14b and in terminal when enter ollama list it returns this download. The problem is when I try to creat the model for it to work within ottodev with ‘ollama create -f qwen2.5-coder_14b qwen2.5-coder-mikejs_14b’ i get a message stating ‘Error: specified Modelfile wasn’t found’. where am i going wrong?

Are you trying to create a new context size for the model or just run the model? If you’re trying to run it, the command is: ollama run qwen2.5-coder:14b

I try that in terminal and powershell and keep getting the same error that the command does not exist. Am I missing something? ollama is running and is in my paths

Not sure what’s going on with your setup. You said ‘ollama create…’ reported Modelfile not found, that indicates ‘ollama’ was found and run. But ‘ollama run…’ says no such command? Doesn’t make sense. I’d reboot, verify your Path in Powershell with ‘echo $env:path’ and make sure there’s a path showing your \AppData\Local\Programs\Ollama folder.