[GH-ISSUE #4283] Ollama v0.1.34 Timeout issue on Codellama34B #64713

Closed
opened 2026-05-03 18:35:36 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @humza-sami on GitHub (May 9, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/4283

Originally assigned to: @dhiltgen on GitHub.

What is the issue?

I am trying to run Codellama34B model on Ollama 0.1.34 version and its keep giving me timeout error. Although I was able to run codellama70B on this version. Then I rollback ollama to v0.1.32 and it worked for me. It seems latest version is not supporting codellama34B.
image

OS

Linux

GPU

Nvidia

CPU

Intel

Ollama version

0.1.34

Originally created by @humza-sami on GitHub (May 9, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/4283 Originally assigned to: @dhiltgen on GitHub. ### What is the issue? I am trying to run Codellama34B model on Ollama 0.1.34 version and its keep giving me timeout error. Although I was able to run codellama70B on this version. Then I rollback ollama to v0.1.32 and it worked for me. It seems latest version is not supporting codellama34B. ![image](https://github.com/ollama/ollama/assets/63999516/5bbd418d-9384-4805-a1de-f467db84ad4a) ### OS Linux ### GPU Nvidia ### CPU Intel ### Ollama version 0.1.34
GiteaMirror added the bug label 2026-05-03 18:35:36 -05:00
Author
Owner

@dhiltgen commented on GitHub (May 21, 2024):

You don't quite have the CLI syntax correctly. Run requires the name of the model you want to run.

Try:

% ollama run codellama:34b "what is your favorite condiment?"
I'm just an AI, I don't have personal preferences or taste buds, but I can suggest some popular condiments that
people enjoy:
...
<!-- gh-comment-id:2123603582 --> @dhiltgen commented on GitHub (May 21, 2024): You don't quite have the CLI syntax correctly. Run requires the name of the model you want to run. Try: ``` % ollama run codellama:34b "what is your favorite condiment?" I'm just an AI, I don't have personal preferences or taste buds, but I can suggest some popular condiments that people enjoy: ... ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#64713