Skip to content

Eval bug: Qwen3.6-35B-A3B-Q8_0.gguf multiple clients concurrently produce garbled output b9927 above(b9910 is ok) #26031

Description

@imweijh

Name and Version

Pure CPU inference, with -np greater than 1, works normally in versions below b9910. In versions above b9927, multiple clients performing inference concurrently produce garbled output (b9927 may not necessarily be the earliest problematic version).

Operating systems

Linux

GGML backends

CPU

Hardware

CPU

Models

No response

Problem description & steps to reproduce

build/bin/llama-server -m ~/.cache/llama.cpp/unsloth_Qwen3.6-35B-A3B-Q8_0.gguf --mmproj ~/.cache/llama.cpp/unsloth_mmproj-BF16_Qwen3.6-35B-A3B-MTP.gguf --chat-template-kwargs {"preserve_thinking": true} --spec-type draft-mtp --spec-draft-n-max 3 --image-min-tokens 1024 --temp 0.6 --top_p 0.95 --top_k 20 --min_p 0.0 --presence-penalty 0.0 --repeat-penalty 1.0 --alias qwen3.6-35b-a3b

First Bad Commit

No response

Relevant log output

Logs

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions