[GH-ISSUE #10600] 0.68版,运行qwen3:14b和30b,都会发生推理时陷入循环 #6972

Open
opened 2026-04-12 18:52:11 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @vbrun-lab on GitHub (May 7, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/10600

What is the issue?

In version 0.68, when running Qwen3:14B and 30B, the inference process gets stuck in a loop.

Image

Relevant log output


OS

Windows

GPU

Nvidia

CPU

Intel

Ollama version

No response

Originally created by @vbrun-lab on GitHub (May 7, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/10600 ### What is the issue? In version 0.68, when running Qwen3:14B and 30B, the inference process gets stuck in a loop. ![Image](https://github.com/user-attachments/assets/3df6a16b-d37e-41f2-a6d0-33c928a7ba7d) ### Relevant log output ```shell ``` ### OS Windows ### GPU Nvidia ### CPU Intel ### Ollama version _No response_
GiteaMirror added the bug label 2026-04-12 18:52:11 -05:00
Author
Owner

@EscaticZheng commented on GitHub (May 7, 2025):

same problem here
Image

<!-- gh-comment-id:2857179134 --> @EscaticZheng commented on GitHub (May 7, 2025): same problem here ![Image](https://github.com/user-attachments/assets/aa4bb5ae-2d84-4c0c-9870-e20c79c11bc0)
Author
Owner

@cloudtuotuo commented on GitHub (May 7, 2025):

{
"temperature": 0.6,
"repeat_penalty" : 1.0,
"top_k" : 20,
"top_p" : 0.95
}

Try this.

<!-- gh-comment-id:2857889036 --> @cloudtuotuo commented on GitHub (May 7, 2025): { "temperature": 0.6, "repeat_penalty" : 1.0, "top_k" : 20, "top_p" : 0.95 } Try this.
Author
Owner

@vbrun-lab commented on GitHub (May 7, 2025):

{ "temperature": 0.6, "repeat_penalty" : 1.0, "top_k" : 20, "top_p" : 0.95 }

Try this.

“It seems useful.”

<!-- gh-comment-id:2858657067 --> @vbrun-lab commented on GitHub (May 7, 2025): > { "temperature": 0.6, "repeat_penalty" : 1.0, "top_k" : 20, "top_p" : 0.95 } > > Try this. “It seems useful.”
Author
Owner

@EscaticZheng commented on GitHub (May 8, 2025):

{ "temperature": 0.6, "repeat_penalty" : 1.0, "top_k" : 20, "top_p" : 0.95 }

Try this.

default parameters include what you say

Image
and unsloth gguf can avoid this error.

<!-- gh-comment-id:2860910589 --> @EscaticZheng commented on GitHub (May 8, 2025): > { "temperature": 0.6, "repeat_penalty" : 1.0, "top_k" : 20, "top_p" : 0.95 } > > Try this. default parameters include what you say ![Image](https://github.com/user-attachments/assets/bf32766f-8c14-4c16-9e7b-c636a64d5589) and unsloth gguf can avoid this error.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#6972