Misc. bug: llama-server silently ignores -md (speculative decoding never engages) when the unified KV cache is active

Misc. bug: llama-server silently ignores -md (speculative decoding never engages) when the unified KV cache is active

用户在 llama-server 中运行推测解码时,通过 -md 参数加载草稿模型,并在启动日志中观察到 kv_unified = 'true' 。尽管草稿模型已加载到内存,但推测解码从未启用:生成阶段无草稿初始化日志、无接受统计、速度与无草稿基线相同。当前确认的最可能原因与 --spec-type