[GH-ISSUE #6488] Ollama serve crashes with llama3.1:70b #29842

Closed
opened 2026-04-22 09:06:39 -05:00 by GiteaMirror · 7 comments
Owner

Originally created by @remco-pc on GitHub (Aug 24, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/6488

Originally assigned to: @dhiltgen on GitHub.

What is the issue?

i am running this command:

ollama run llama3.1:70b "can you give me the route to account: $(cat '/tmp/r3m/io/3d651238-75bf-4d4d-a1e1-7c902a83450c/0/Node/List/System.Route.7995d5f2c60a87c4b09a3515ef58f1b75af24058.json')"

and at the end of the response (mid way) it just crashes.

The model runs on the cpu

OS

Linux
Debian 12.6

GPU

Other

CPU

Intel

Ollama version

ollama version is 0.3.6

Originally created by @remco-pc on GitHub (Aug 24, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/6488 Originally assigned to: @dhiltgen on GitHub. ### What is the issue? i am running this command: ollama run llama3.1:70b "can you give me the route to account: $(cat '/tmp/r3m/io/3d651238-75bf-4d4d-a1e1-7c902a83450c/0/Node/List/System.Route.7995d5f2c60a87c4b09a3515ef58f1b75af24058.json')" and at the end of the response (mid way) it just crashes. The model runs on the cpu ### OS Linux Debian 12.6 ### GPU Other ### CPU Intel ### Ollama version ollama version is 0.3.6
GiteaMirror added the bugneeds more info labels 2026-04-22 09:06:39 -05:00
Author
Owner

@remco-pc commented on GitHub (Aug 24, 2024):

i might know what the error is:
OLLAMA_KEEP_ALIVE (default "5m") is too short for my model, it is still generating at that point (it might take more then 5 minutes on my computer to generate a response ?)

<!-- gh-comment-id:2308177042 --> @remco-pc commented on GitHub (Aug 24, 2024): i might know what the error is: OLLAMA_KEEP_ALIVE (default "5m") is too short for my model, it is still generating at that point (it might take more then 5 minutes on my computer to generate a response ?)
Author
Owner

@rick-github commented on GitHub (Aug 24, 2024):

The keep-alive timer doesn't start until the generation is finished. If you could provide server logs it would help with debugging.

<!-- gh-comment-id:2308354670 --> @rick-github commented on GitHub (Aug 24, 2024): The keep-alive timer doesn't start until the generation is finished. If you could provide [server logs](https://github.com/ollama/ollama/blob/main/docs/troubleshooting.md#how-to-troubleshoot-issues) it would help with debugging.
Author
Owner

@remco-pc commented on GitHub (Aug 25, 2024):

@rick-github i don't have a server log yet (no entries)

<!-- gh-comment-id:2308628338 --> @remco-pc commented on GitHub (Aug 25, 2024): @rick-github i don't have a server log yet (no entries)
Author
Owner

@viba1 commented on GitHub (Aug 30, 2024):

  1. The model runs on the cpu => no gpu?
  2. Ollama serve crashes => just Ollama crashes or the whole server (host machine)?
  3. Is Ollama directly installed on the host or on a VM or in a docker container?
<!-- gh-comment-id:2322332680 --> @viba1 commented on GitHub (Aug 30, 2024): 1. The model runs on the cpu => no gpu? 2. Ollama serve crashes => just Ollama crashes or the whole server (host machine)? 3. Is Ollama directly installed on the host or on a VM or in a docker container?
Author
Owner

@pdevine commented on GitHub (Sep 1, 2024):

@remco-pc any update w/ the server logs?

<!-- gh-comment-id:2323538796 --> @pdevine commented on GitHub (Sep 1, 2024): @remco-pc any update w/ the server logs?
Author
Owner

@dhiltgen commented on GitHub (Sep 5, 2024):

@remco-pc can you clarify "and at the end of the response (mid way) it just crashes."

Do you get any output? If you get any output, there has to be some server log to go along with loading the model. I'm assuming the server crashed, so the crash information should be in the server log.

<!-- gh-comment-id:2332861743 --> @dhiltgen commented on GitHub (Sep 5, 2024): @remco-pc can you clarify "and at the end of the response (mid way) it just crashes." Do you get any output? If you get any output, there has to be some server log to go along with loading the model. I'm assuming the server crashed, so the crash information should be in the server log.
Author
Owner

@remco-pc commented on GitHub (Sep 8, 2024):

i am currently not having issues, if i have issues i will create a new ticket

<!-- gh-comment-id:2336675261 --> @remco-pc commented on GitHub (Sep 8, 2024): i am currently not having issues, if i have issues i will create a new ticket
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#29842