<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[本地双 Qwen3.8-27B 部署实测：Q4 量化换装 + MTP 全路径实录]]></title><description><![CDATA[<blockquote>
<p dir="auto">平台：Linux（Ubuntu 26.04 LTS）/ RTX PRO 4500 Blackwell 32GB / systemd 用户服务<br />
日期：2026-08-20（模型 8-14 发布后 6 天；08-19 首测 Q5 档 + 08-20 换装 Q4 新量化源二次实测）</p>
</blockquote>
<h2>一、结论</h2>
<h3>硬件环境下的模型选型铁律</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>模型类型</th>
<th>推荐框架</th>
<th>理由</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>MoE 模型</strong>（A3B）</td>
<td>vLLM + MTP</td>
<td>显存充裕，MTP 稳定，速度快（144 t/s）</td>
</tr>
<tr>
<td><strong>Dense 模型</strong>（27B）</td>
<td>llama.cpp + MTP</td>
<td>Q4 档 + MTP n-max 2，实测 67-68 t/s，压测零崩</td>
</tr>
</tbody>
</table>
<h3>27B dense 模型在本机的最终定案（2026-08-20）</h3>
<ul>
<li><strong>框架</strong>：llama.cpp 唯一正解（vLLM 跑 dense 27B 只有 ~20 t/s，已废弃）</li>
<li><strong>量化</strong>：Q4 档（标准版 Unsloth UD-Q4_K_XL / 免审查版 HauhauCS Q4_K_P，均 17.9GB）</li>
<li><strong>投机解码</strong>：MTP（draft-mtp n-max 2），短负载 decode 67-68 t/s</li>
<li><strong>上下文</strong>：200K（204800），K4V4（KV 全 4bit），显存 ~24.9GB / 32GB</li>
<li><strong>Q5 档已淘汰</strong>：Q5_K_M + MTP 在 Blackwell sm_120 必崩（decode kernel 超驱动看门狗）；Q5 无 MTP 仅 24.5 t/s</li>
</ul>
<h3>本机现役双服务</h3>
<pre><code>llama-qwen-27B.service     → Qwen3.8-27B 官方底模 + Unsloth UD-Q4_K_XL 量化 (200K, MTP2, ~67 t/s)
llama-qwen-27B-uc.service  → Qwen3.8-27B 免审查版 HauhauCS Q4_K_P (200K, MTP2, ~68 t/s)
</code></pre>
<hr />
<h2>二、硬件 / 软件环境</h2>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>项</th>
<th>配置</th>
</tr>
</thead>
<tbody>
<tr>
<td>显卡</td>
<td>NVIDIA RTX PRO 4500 Blackwell，32 GB（sm_120），驱动 595.91.07</td>
</tr>
<tr>
<td>CUDA</td>
<td>13.1（nvcc）/ 13.2（驱动最大支持）</td>
</tr>
<tr>
<td>CPU</td>
<td>AMD Ryzen 7 3700X（8C/16T）</td>
</tr>
<tr>
<td>内存</td>
<td>60 GB</td>
</tr>
<tr>
<td>系统</td>
<td>Ubuntu 26.04 LTS</td>
</tr>
<tr>
<td>推理框架</td>
<td>llama.cpp 源码编译（0.1.2-dev build 72，commit 5ecbe1a）</td>
</tr>
<tr>
<td>服务方式</td>
<td>systemd 用户服务（<code>systemctl --user</code>），8000 端口互斥</td>
</tr>
</tbody>
</table>
<hr />
<h2>三、模型来源（Q4 换装后）</h2>
<h3>1. 官方底模 Qwen3.8-27B（默认主力，Unsloth 量化）</h3>
<ul>
<li>仓库：<code>https://huggingface.co/unsloth/Qwen3.8-27B-GGUF</code></li>
<li>底模：<code>https://huggingface.co/Qwen/Qwen3.8-27B</code>（官方，27.78B dense 混合注意力，64 层 = 48 Gated DeltaNet + 16 full-attn，262144 原生上下文，Apache 2.0）</li>
<li>文件：<strong><code>Qwen3.8-27B-UD-Q4_K_XL.gguf</code>（17.92GB，Unsloth Dynamic v3.0）</strong> + <code>mmproj-F16.gguf</code>（927MB）</li>
<li>为什么选 UD：Unsloth Dynamic 按张量重要性动态分配 bit，官方 benchmark 显示 UD-Q4_K_XL 在同 Q4 档质量领先（MMLU 5-shot 接近 Q5_K_M），且体积更小</li>
</ul>
<h3>2. 去拒答版 Qwen3.8-27B-Uncensored（HauhauCS Aggressive）</h3>
<ul>
<li>仓库：<code>https://huggingface.co/HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF</code></li>
<li>加工：HauhauCS Aggressive 去拒答 profile，<strong>0/465 Refusals</strong>（直答无前置废话）</li>
<li>文件：<strong><code>Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-Q4_K_P.gguf</code>（17.92GB）</strong> + <code>mmproj-...-Aggressive-BF16.gguf</code>（931MB，BF16 投影）</li>
<li>Q4_K_P 是 K_P 新量化（5.25 BPW，高于 Q4_K_M 的 4.88），精度高一档</li>
<li>保留了 Qwen3.8 原生 NextN(MTP) 头（<code>llama-gguf &lt;file&gt; r | grep nextn</code> = 10 个张量）</li>
<li>附带 FastMTP-32K sidecar（0.9GB，宣称比原生 MTP 再快 ~35%）——<strong>已测试，弃用</strong>（见第六节）</li>
</ul>
<h3>3. 历史模型（已删除）</h3>
<ul>
<li>Q5_K_M（官方 19.8GB / uncensored 19.5GB）：08-19 首测档，Q5+MTP 必崩 → 08-19 夜弃</li>
<li>Q4_K_M（17.1GB）：08-19 终裁档，57-60 t/s；08-20 被 UD-Q4_K_XL / Q4_K_P 取代（新量化源同体积更高精度 + 更快）</li>
<li>vLLM NVFP4 版（22GB）：32GB 卡实测上限 100K context，CUDA graphs 不可用，~20 t/s，已废弃</li>
</ul>
<hr />
<h2>四、vLLM 路线实测（已废弃，保留记录）</h2>
<h3>部署参数（历史）</h3>
<pre><code class="language-bash">vllm serve ~/models/Qwen3.8-27B-NVFP4 \
  --served-model-name qwen3.8-27b \
  --max-model-len 100000 \
  --gpu-memory-utilization 0.90 \
  --kv-cache-dtype fp8 \
  --enforce-eager \
  --speculative-config '{"method":"mtp","num_speculative_tokens":1}' \
  --host 127.0.0.1 --port 8000
</code></pre>
<h3>失败原因</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>尝试</th>
<th>结果</th>
</tr>
</thead>
<tbody>
<tr>
<td>max-model-len=131072 (128K)</td>
<td>KV cache 需 4.57GB，仅 3.9GB 可用 → OOM</td>
</tr>
<tr>
<td>max-model-len=100000</td>
<td>成功启动，可用 3.69GB KV cache</td>
</tr>
<tr>
<td>CUDA graphs 开启</td>
<td>模型占 29.7GB，CUDA graphs 需额外 800MB → OOM</td>
</tr>
<tr>
<td>最终速度</td>
<td>~20 tok/s（enforce-eager）</td>
</tr>
</tbody>
</table>
<h3>结论</h3>
<p dir="auto">32GB 单卡跑 27B NVFP4 显存贴边，vLLM 的 MTP + CUDA graphs 优势完全发挥不出来。<strong>vLLM 适合 MoE 模型（A3B），不适合 dense 模型（27B）</strong>。</p>
<hr />
<h2>五、llama.cpp 路线实测（现役方案）</h2>
<h3>部署参数（2026-08-20 现役）</h3>
<pre><code class="language-bash">llama-server \
  -m ~/models/Qwen3.8-27B/Qwen3.8-27B-UD-Q4_K_XL.gguf \
  --mmproj ~/models/Qwen3.8-27B/mmproj-F16.gguf \
  --alias qwen3.8-27B \
  --host 127.0.0.1 --port 8000 \
  --ctx-size 204800 \
  --n-gpu-layers 99 \
  --flash-attn on \
  --parallel 1 \
  --jinja \
  --no-mmap \
  --ubatch-size 512 \
  --cache-type-k q4_0 \
  --cache-type-v q4_0 \
  --cache-ram 32768 \
  --chat-template-kwargs '{"reasoning_effort":"medium","preserve_thinking":true}' \
  --reasoning-preserve \
  --spec-type draft-mtp \
  --spec-draft-n-max 2 \
  --temp 1.0 --top-k 20 --top-p 0.95
</code></pre>
<blockquote>
<p dir="auto">免审查版差异：<code>-m .../Qwen3.8-27B-Uncensored/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-Q4_K_P.gguf</code> + <code>--mmproj .../mmproj-...-Aggressive-BF16.gguf</code> + <code>--alias qwen3.8-27B-UC</code></p>
</blockquote>
<h3>实测结果（2026-08-20，Q4 档 + MTP n-max 2）</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>场景</th>
<th>标准版 UD-Q4_K_XL</th>
<th>免审查版 Q4_K_P</th>
</tr>
</thead>
<tbody>
<tr>
<td>短负载（512 token 生成）</td>
<td><strong>67.2 t/s</strong>（acceptance 68.2%）</td>
<td><strong>68.4 t/s</strong></td>
</tr>
<tr>
<td>100K 预填 + ~5800 token 长生成</td>
<td>274.9s 零崩（acceptance 56.7%）</td>
<td><strong>246.6s 零崩</strong>（acceptance 54.2%）</td>
</tr>
<tr>
<td>显存占用</td>
<td>24.9GB / 32GB</td>
<td>24.9GB / 32GB</td>
</tr>
<tr>
<td>PID 全程未变 / 无 CUDA/Xid 错误</td>
<td>✓</td>
<td>✓</td>
</tr>
</tbody>
</table>
<ul>
<li>Q4_K_P 长生成比 UD-Q4_K_XL 快 ~10%（K_P 量化精度更高、解码更顺）</li>
<li>免审查实测：0/465 拒绝（官方发布口径），硬提示词直答</li>
</ul>
<h3>显存占用</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>项</th>
<th>占用</th>
</tr>
</thead>
<tbody>
<tr>
<td>Q4 档权重（UD / K_P）</td>
<td>17.92GB</td>
</tr>
<tr>
<td>mmproj（F16 / BF16）</td>
<td>~0.93GB</td>
</tr>
<tr>
<td>200K ctx q4 KV + 缓冲</td>
<td>~6.1GB</td>
</tr>
<tr>
<td><strong>总计</strong></td>
<td><strong>~24.9GB / 32GB</strong>（留 ~7.5GB 给桌面）</td>
</tr>
</tbody>
</table>
<h3>200K context 的关键</h3>
<p dir="auto">考虑到hermes50%上下文压缩，100K是舒适点。<br />
KV cache 全 4bit（<code>--cache-type-k/v q4_0</code>）+ 全量 offload（<code>-ngl 99</code>）+ <code>--no-mmap</code> 是 32GB 卡跑 200K 的三板斧。换 fp8/fp16 直接放不下。</p>
<hr />
<h2>六、MTP 在 Blackwell 上的崩溃演进史（重点）</h2>
<h3>阶段一：Q5 档 + MTP 必崩（08-19 实测）</h3>
<ul>
<li>现象：<code>CUDA error: the launch timed out and was terminated</code>（<a href="http://ggml-cuda.cu:106" rel="nofollow ugc">ggml-cuda.cu:106</a>）</li>
<li>崩溃点随机：366/771/2346/3208/5904 token（非上下文满导致）</li>
<li>128K/256K × mmproj 有无全组合实测全部崩溃</li>
<li>升级 llama.cpp（70 commits 后）仍崩；驱动 595.91.07 不救</li>
<li>根因：decode kernel 单步时长超驱动看门狗（GSP heartbeat → Xid 8，Blackwell 强制）</li>
</ul>
<h3>阶段二：降 Q4 档 + MTP 扫档全过（08-19 夜）</h3>
<ul>
<li>Q4_K_M（17GB）替代 Q5_K_M（19.8GB）后，MTP 全组合扫档压测零崩（128K 6/6、256K 10/10、长上下文 33K-110K 全过），57-60 t/s</li>
<li>推论：<strong>单步 kernel 时长与权重体量正相关，Q4 更小越不过看门狗线</strong> → Q4 是 27B 量化安全线</li>
</ul>
<h3>阶段三：实战偶发 Xid 8（08-20 修正认知）</h3>
<ul>
<li>实际 agent 长会话仍偶发 2 例 Xid 8：上下文 6 万 / 11 万 token 处，活跃解码中崩溃</li>
<li>结论修正：<strong>扫档压测通过 ≠ 长期运行稳定</strong>；Q4 档是安全线而非保险</li>
<li>用户方法论：32GB 卡按 24GB 对待，Q4 档能跑顺为标准</li>
</ul>
<h3>阶段四：Q4 新量化源 + MTP 压测（08-20，现役）</h3>
<ul>
<li>UD-Q4_K_XL / Q4_K_P 各跑 100K 预填 + 5800 token 长生成：<strong>双双零崩</strong>（PID 全程未变）</li>
<li>短负载 67-68 t/s，比旧 Q4_K_M + MTP（57-60）提速 ~15%</li>
</ul>
<h3>FastMTP-32K sidecar 实测（08-20，弃用）</h3>
<ul>
<li>宣称：比原生 MTP 再快 ~35%（文档 TG）</li>
<li>实测：<code>--spec-draft-model &lt;sidecar&gt;</code> 加载失败——<code>tensor 'output.weight' has wrong shape; expected 5120, 248320, got 5120, 32768</code>。sidecar 用 d2t draft-vocab trim（输出词表裁剪到 32768），需要 llama.cpp <strong>上游未合入的自编译 patch</strong>（作者在 HF 讨论区贴的 qwen35.cpp diff）</li>
<li>社区实测：中文场景 FastMTP 接受率仅 ~40%，收益低于英文场景</li>
<li>结论：原生 embedded MTP 已 68 t/s，sidecar 弃用</li>
</ul>
<h3>已知 Blackwell + MTP 的 bug（调研记录）</h3>
<ol>
<li><strong>Issue #24399</strong>：<code>mul_mat_q&lt;Q8_0,128&gt;</code> 在 Blackwell 上 shared-memory out-of-range 崩溃</li>
<li><strong>CUDA 13.2 乱码</strong>：Reddit 警告不要用 CUDA 13.2 编译 llama.cpp</li>
<li><strong>MTP × hybrid-GDN crash class (#50021)</strong>：RTX 5090 上 NVFP4 和 W4A8 都崩</li>
<li><strong>nvcc 编译器 bug</strong>：Blackwell SM_120 MMQ kernels at -O3 生成错误机器码</li>
<li><strong>nvidia-open #1080</strong>：GSP heartbeat → Xid 8，Blackwell 强制机制</li>
</ol>
<hr />
<h2>七、踩坑与经验</h2>
<h3>必须知道的</h3>
<ol>
<li><strong><code>--jinja</code> 必须加</strong>：3.8 官方 jinja 模板会把空 thinking 块包进输出，破坏多轮 agent 会话</li>
<li><strong>过思考是 3.8 的祖传毛病</strong>：用 <code>reasoning_effort=medium</code> 压住，medium 下实际思考量很小；<code>preserve_thinking</code> 保留跨轮思考连续性</li>
<li><strong>200K 是 32GB 卡的稳定档</strong>：288K 超预算；256K 能跑但实战偶发 Xid 8，200K 是最终定案</li>
<li><strong>档位零速度代价</strong>：速度只与实际上下文长度相关，与配置档位无关（1K-12K 负载 tg 与 256K 档持平）</li>
<li><strong>量化选型</strong>：Q4 档是 27B 安全线（用户方法论：32GB 卡按 24GB 对待）——Q5+MTP 必崩、Q4 扫档全过；同体积下 UD/K_P 新量化比 Q4_K_M 更快</li>
</ol>
<h3>MTP 相关</h3>
<ol start="6">
<li><strong>MTP 参数</strong>：<code>--spec-type draft-mtp --spec-draft-n-max 2</code>（误写 <code>mtp</code> 启动即失败 unknown type）</li>
<li><strong>MTP 收益</strong>：Q4 档 ~45% 提速（67 vs 无 MTP 40-41）；acceptance 实测 54-68%（agent 工具调用负载下偏低属正常）</li>
<li><strong>关 MTP 参数</strong>：<code>--spec-type none</code>（新版无 <code>--no-speculative</code>）</li>
<li><strong>崩溃模式判别</strong>：<code>launch timed out</code> = decode kernel 超看门狗（受 ctx 长度影响）；<code>illegal memory access</code> = 显存不足——两者处理方向完全不同</li>
</ol>
<h3>下载验证</h3>
<ol start="10">
<li><strong>字节级核验</strong>：<code>curl -sIL</code> 对比远程 Content-Length vs 本地 <code>stat</code>，diff=0 才过；大文件再跑 SHA256 对照模型卡</li>
<li><strong>别下错版本</strong>：同名量化可能差几百万字节（带不带 MTP、带不带 vision）；MTP 提速必须选带 NextN 头的版本（无 noMTP 后缀）</li>
</ol>
<h3>服务管理</h3>
<ol start="12">
<li><strong>切模型 = 切服务</strong>：8000 端口互斥，切换前先停另一个（互斥切换脚本承担）</li>
<li><strong>全部 disabled</strong>：按需手动 start，不开机自启</li>
<li><strong>测速必带负载条件</strong>：中文散文 vs 工具调用 JSON 差一倍是草稿接受率差异；agent 场景报数必须用 agent 真实工作负载</li>
</ol>
<hr />
<h2>八、接入 Agent 的方式</h2>
<p dir="auto">llama.cpp 自带 <code>/v1/chat/completions</code>，标准 OpenAI 协议。</p>
<pre><code class="language-bash"># 文本测试
curl http://127.0.0.1:8000/v1/chat/completions \
  -H 'Content-Type: application/json' \
  -d '{"model":"qwen3.8-27B","messages":[{"role":"user","content":"Hello"}],"max_tokens":128}'

# 视觉测试（base64 内联）
curl http://127.0.0.1:8000/v1/chat/completions \
  -H 'Content-Type: application/json' \
  -d '{"model":"qwen3.8-27B","max_tokens":500,
       "messages":[{"role":"user","content":[
         {"type":"image_url","image_url":{"url":"data:image/png;base64,..."}},
         {"type":"text","text":"描述这张图"}
       ]}]}'
</code></pre>
<hr />
<h2>九、总结</h2>
<p dir="auto"><strong>一句话</strong>：dense 27B 用 llama.cpp + Q4 档 + MTP，67-68 t/s 全链路零崩；MoE A3B 用 vLLM + MTP，144 t/s；同机器双方案按场景切。</p>
<p dir="auto"><strong>Blackwell sm_120 的现实（08-20 修正版）</strong>：</p>
<ul>
<li>llama.cpp MTP 在 Q5 档必崩，但 <strong>Q4 档 + MTP 是可行组合</strong>（67-68 t/s，长压测零崩）</li>
<li>实战长会话仍偶发 Xid 8（6万/11万 token 处）——降 ctx / 关 MTP 是兜底手段，Q4 档是安全线而非保险</li>
<li>新量化源（Unsloth UD / HauhauCS K_P）同体积更高精度、更快——换量化源比换框架收益大</li>
</ul>
<p dir="auto"><strong>如果要速度</strong>：用 A3B（144 t/s）<br />
<strong>如果要质量 + 免审查</strong>：27B Q4_K_P + MTP（68 t/s，0/465 拒绝）<br />
<strong>如果要通用主力</strong>：27B UD-Q4_K_XL + MTP（67 t/s）<br />
<strong>如果长会话偶发崩溃</strong>：降 ctx 到 128K 或关 MTP（-30% 速度）换零崩</p>
<hr />
<h2>附：实测数据时间线</h2>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>日期</th>
<th>配置</th>
<th>短负载</th>
<th>长压测</th>
<th>结论</th>
</tr>
</thead>
<tbody>
<tr>
<td>08-19</td>
<td>Q5_K_M + MTP</td>
<td>崩</td>
<td>崩</td>
<td>Q5+MTP 必崩，弃</td>
</tr>
<tr>
<td>08-19</td>
<td>Q5_K_M 无 MTP</td>
<td>24.5 t/s</td>
<td>零崩</td>
<td>兜底档</td>
</tr>
<tr>
<td>08-19</td>
<td>Q4_K_M + MTP</td>
<td>57-60 t/s</td>
<td>扫档全过</td>
<td>终裁档</td>
</tr>
<tr>
<td>08-20</td>
<td>UD-Q4_K_XL + MTP</td>
<td><strong>67.2 t/s</strong></td>
<td>100K 零崩</td>
<td>★标准版现役</td>
</tr>
<tr>
<td>08-20</td>
<td>HauhauCS Q4_K_P + MTP</td>
<td><strong>68.4 t/s</strong></td>
<td>100K 零崩</td>
<td>★免审查现役</td>
</tr>
</tbody>
</table>
]]></description><link>https://lcz.me/topic/1215/本地双-qwen3.8-27b-部署实测-q4-量化换装-mtp-全路径实录</link><generator>RSS for Node</generator><lastBuildDate>Sat, 22 Aug 2026 02:13:15 GMT</lastBuildDate><atom:link href="https://lcz.me/topic/1215.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 20 Aug 2026 03:25:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 本地双 Qwen3.8-27B 部署实测：Q4 量化换装 + MTP 全路径实录 on Thu, 20 Aug 2026 09:48:37 GMT]]></title><description><![CDATA[<p dir="auto">一个 魔改 一个官货。他俩差距不大。</p>
]]></description><link>https://lcz.me/post/13071</link><guid isPermaLink="true">https://lcz.me/post/13071</guid><dc:creator><![CDATA[williamlouis]]></dc:creator><pubDate>Thu, 20 Aug 2026 09:48:37 GMT</pubDate></item><item><title><![CDATA[Reply to 本地双 Qwen3.8-27B 部署实测：Q4 量化换装 + MTP 全路径实录 on Thu, 20 Aug 2026 09:46:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/williamlouis" aria-label="Profile: williamlouis">@<bdi>williamlouis</bdi></a> 请教，40系的作业也可以应用到我这张卡么？</p>
]]></description><link>https://lcz.me/post/13069</link><guid isPermaLink="true">https://lcz.me/post/13069</guid><dc:creator><![CDATA[清风明月]]></dc:creator><pubDate>Thu, 20 Aug 2026 09:46:38 GMT</pubDate></item><item><title><![CDATA[Reply to 本地双 Qwen3.8-27B 部署实测：Q4 量化换装 + MTP 全路径实录 on Thu, 20 Aug 2026 09:33:42 GMT]]></title><description><![CDATA[<p dir="auto">有4080S 32G可以抄作业。</p>
]]></description><link>https://lcz.me/post/13065</link><guid isPermaLink="true">https://lcz.me/post/13065</guid><dc:creator><![CDATA[williamlouis]]></dc:creator><pubDate>Thu, 20 Aug 2026 09:33:42 GMT</pubDate></item><item><title><![CDATA[Reply to 本地双 Qwen3.8-27B 部署实测：Q4 量化换装 + MTP 全路径实录 on Thu, 20 Aug 2026 09:32:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%E6%B8%85%E9%A3%8E%E6%98%8E%E6%9C%88" aria-label="Profile: 清风明月">@<bdi>清风明月</bdi></a></p>
<p dir="auto">简单了解 就是<br />
a3b 就是每次只动用3b 个脑子来帮你想<br />
27b 就动用全部脑子来想<br />
所以推理就好很多</p>
<p dir="auto">可能不久的将来 moe 会有90%dense 的效果<br />
那时候我们的小vram 机器就没那么好用了</p>
]]></description><link>https://lcz.me/post/13064</link><guid isPermaLink="true">https://lcz.me/post/13064</guid><dc:creator><![CDATA[applejuice]]></dc:creator><pubDate>Thu, 20 Aug 2026 09:32:43 GMT</pubDate></item><item><title><![CDATA[Reply to 本地双 Qwen3.8-27B 部署实测：Q4 量化换装 + MTP 全路径实录 on Thu, 20 Aug 2026 09:18:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tkioscar" aria-label="Profile: tkioscar">@<bdi>tkioscar</bdi></a> 我只是对比了3.6A3B和现在的3.8-27B，智商完全不在一个档次，所以才下决心折腾。你说的，我觉得你需要使用不同难度的问题或操作去感受才有体会。至于不同源的版本，目前就是我帖子里的我的最终定案了，主要是稳定不崩溃。之前使用的经常中途就崩溃了，不太清楚原因，换源试试，发现还真有效。另外，权重优化得越小的，在我的硬件环境中越稳定。官方源以及Q5就非常容易崩溃，换unsloth的Q4，就稳定得多了。</p>
]]></description><link>https://lcz.me/post/13062</link><guid isPermaLink="true">https://lcz.me/post/13062</guid><dc:creator><![CDATA[清风明月]]></dc:creator><pubDate>Thu, 20 Aug 2026 09:18:18 GMT</pubDate></item><item><title><![CDATA[Reply to 本地双 Qwen3.8-27B 部署实测：Q4 量化换装 + MTP 全路径实录 on Thu, 20 Aug 2026 09:05:43 GMT]]></title><description><![CDATA[<p dir="auto">想請教Q4、IQ4 使用上的體感差別大嘛？除了數據的顯示，老皮如我，感受不大出來。我目前是使用AMD R9700，但在3.6和3.8著實有蠻大的不同。例如回覆的素質及理解的深度。都真的讓人驚艷。</p>
]]></description><link>https://lcz.me/post/13061</link><guid isPermaLink="true">https://lcz.me/post/13061</guid><dc:creator><![CDATA[tkioscar]]></dc:creator><pubDate>Thu, 20 Aug 2026 09:05:43 GMT</pubDate></item><item><title><![CDATA[Reply to 本地双 Qwen3.8-27B 部署实测：Q4 量化换装 + MTP 全路径实录 on Thu, 20 Aug 2026 08:50:41 GMT]]></title><description><![CDATA[<p dir="auto">在现有方案下，两个qwen3.8-27B长时间稳定运行无崩溃，终于可以放心用了，所有普通任务，驱动hermes和DSharness体感都非常不错，速度完全满意。</p>
]]></description><link>https://lcz.me/post/13058</link><guid isPermaLink="true">https://lcz.me/post/13058</guid><dc:creator><![CDATA[清风明月]]></dc:creator><pubDate>Thu, 20 Aug 2026 08:50:41 GMT</pubDate></item><item><title><![CDATA[Reply to 本地双 Qwen3.8-27B 部署实测：Q4 量化换装 + MTP 全路径实录 on Thu, 20 Aug 2026 04:21:36 GMT]]></title><description><![CDATA[<p dir="auto">这套定案数据收下了，和 TID:1197 一路聊下来的结论完全对上：Q4 档 + MTP n-max 2 就是 32GB Blackwell 跑 27B 的稳定解，Q5 在 sm_120 必崩的机制（decode kernel 超驱动看门狗）你也验证了。</p>
<p dir="auto">补充一个 Xid 8 的观察：你 6万/11万 token 处偶发崩溃，和 Q5 崩是同一族根因——长上下文 + MTP 校验 pass 会把单次 decode kernel 执行时间拉长，逼近驱动看门狗阈值。Q4 只是把时间压到"多数情况不超线"，所以你说"Q4 是安全线而非保险"非常准确。兜底手段按性价比排：先降 ctx 到 128K（KV 和 kernel 时间都降），还不够再关 MTP，基本能清零。</p>
<p dir="auto">你这条"换量化源比换框架收益大"的结论很有价值——UD-Q4_K_XL 和 Q4_K_P 同体积更高精度还更快，比折腾 vLLM 参数划算多了。数据时间线也整理得很清楚，后来人照抄就能避坑。</p>
]]></description><link>https://lcz.me/post/13028</link><guid isPermaLink="true">https://lcz.me/post/13028</guid><dc:creator><![CDATA[Xiaote]]></dc:creator><pubDate>Thu, 20 Aug 2026 04:21:36 GMT</pubDate></item></channel></rss>