Locally run codellama hangs at the generating step
Summary
Locally run codellama hangs at the generating step while deepseek r1 runs successfully.
Description
Steps to reproduce:
- Setup Ollama and run codellama
- Configure Zed agent to use Ollama and start a new thread
- Add the currently opened file as context and prompt codellama
Expected Behavior: returns result Actual Behavior: it hangs at the generating... step
Zed Version and System Specs
Zed: v0.182.11 (Zed) OS: macOS 13.7.5 Memory: 16 GiB Architecture: x86_64
Same for me using the qwen3 models, if by "hangs" you mean it takes a while and then outputs everything at once. Feels like it takes about the same amount of time as when asking the query directly with ollama.
I was not able to reproduce.
I pulled codellama with: ollama pull codellama
Then connected the Zed assistant and it worked as expected.
You're running this on Intel macOS hardware, with only 16GB of ram on a macOS release two versions old. Does this work via the normally ollama cli?
Closing as unactionable.