[GH-ISSUE #1172] The server stops working after long context window is passed with zephyr model deployed with docker container on A10 GPU #596

Closed
opened 2026-04-12 10:18:36 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @ajasingh on GitHub (Nov 17, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/1172

I have deployed ollama on Nvidia A10 using Docker container , it works fine or smaller context window but server starts stop to work and gives below error
2023/11/17 14:08:33 llama.go:385: signal: killed
2023/11/17 14:08:33 llama.go:459: llama runner stopped successfully

Is there any guide on why this might be happening

Originally created by @ajasingh on GitHub (Nov 17, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/1172 I have deployed ollama on Nvidia A10 using Docker container , it works fine or smaller context window but server starts stop to work and gives below error 2023/11/17 14:08:33 llama.go:385: signal: killed 2023/11/17 14:08:33 llama.go:459: llama runner stopped successfully Is there any guide on why this might be happening
GiteaMirror added the bug label 2026-04-12 10:18:36 -05:00
Author
Owner

@BruceMacD commented on GitHub (Nov 17, 2023):

It could be running out of memory while processing the context, are there any other logs above those ones? There should be some more specific details about why the runner is stopping in the ~20 lines above the llama runner stopped successfully log.

<!-- gh-comment-id:1816905455 --> @BruceMacD commented on GitHub (Nov 17, 2023): It could be running out of memory while processing the context, are there any other logs above those ones? There should be some more specific details about why the runner is stopping in the ~20 lines above the `llama runner stopped successfully` log.
Author
Owner

@BruceMacD commented on GitHub (Mar 11, 2024):

Thanks again for bringing this issue to our attention. We've since changed how we run models so the timeout on model load will no longer occur. If anyone sees anything similar in the future please open a new issue so we can keep track of it.

<!-- gh-comment-id:1989140772 --> @BruceMacD commented on GitHub (Mar 11, 2024): Thanks again for bringing this issue to our attention. We've since changed how we run models so the timeout on model load will no longer occur. If anyone sees anything similar in the future please open a new issue so we can keep track of it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#596