[GH-ISSUE #4587] 请求超时 - Request Timeout #2878

Closed
opened 2026-04-12 13:13:49 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @Pobby321 on GitHub (May 23, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/4587

Originally assigned to: @dhiltgen on GitHub.

What is the issue?

我在请求时,可能content较长,大概2000多个字符,请求一直没返回,也不报错
response = ollama.chat(model='qwen1.5-14b-sft-q5_k_m', messages=[
{
'role': 'user',
'content': content
},
])

OS

Linux

GPU

Nvidia

CPU

Intel

Ollama version

No response

Originally created by @Pobby321 on GitHub (May 23, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/4587 Originally assigned to: @dhiltgen on GitHub. ### What is the issue? 我在请求时,可能content较长,大概2000多个字符,请求一直没返回,也不报错 response = ollama.chat(model='qwen1.5-14b-sft-q5_k_m', messages=[ { 'role': 'user', 'content': content }, ]) ### OS Linux ### GPU Nvidia ### CPU Intel ### Ollama version _No response_
GiteaMirror added the nvidianeeds more infobug labels 2026-04-12 13:13:49 -05:00
Author
Owner

@SKilometer commented on GitHub (May 25, 2024):

请问你解决了吗,我也遇到这样的问题,显存不释放,但是gpu利用率为0%,

<!-- gh-comment-id:2131264884 --> @SKilometer commented on GitHub (May 25, 2024): 请问你解决了吗,我也遇到这样的问题,显存不释放,但是gpu利用率为0%,
Author
Owner

@dhiltgen commented on GitHub (Oct 23, 2024):

Please try updating to the latest release and if you're still seeing timeouts, please share your server log so we can see if there's an error on the backend.

<!-- gh-comment-id:2433495373 --> @dhiltgen commented on GitHub (Oct 23, 2024): Please try updating to the latest release and if you're still seeing timeouts, please share your server log so we can see if there's an error on the backend.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#2878