<?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[小白到能玩# 4080 SUPER 32G 跑 Qwen3.8-27B 无审查版(Q6_K) 实测61.7t/s 完整部署与实测指南,自己从27t/s一路调上来的,分享给大家]]></title><description><![CDATA[<h1>4080 SUPER 32G 跑 Qwen3.8-27B 无审查版(Q6_K) 实测61.7t/s 完整部署与实测指南,自己从27t/s一路调上来的,分享给大家</h1>
<h2>看到《7900 XTX 跑 Qwen3.8-27B 实测 73.4 t/s 指南》的框架和测速方法论。我也来发一下我的经历，以下都是AI帮我写的</h2>
<h2>1. 先给结论</h2>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>项目</th>
<th>结果</th>
</tr>
</thead>
<tbody>
<tr>
<td>硬件</td>
<td>Ryzen 7 9800X3D + RTX 4080 SUPER <strong>32GB</strong> + 系统内存 <strong>48GB</strong></td>
</tr>
<tr>
<td>引擎</td>
<td>llama.cpp b10549（CUDA 后端，router 多模型模式）</td>
</tr>
<tr>
<td>模型</td>
<td>Qwen3.8-27B-Uncensored-Q6_K（Q6_K，20.9 GB，27.32B 参数，去审查版）</td>
</tr>
<tr>
<td>上下文</td>
<td><strong>64K</strong>（模型原生 262K，不需要 YaRN）</td>
</tr>
<tr>
<td>工具调用 decode</td>
<td><strong>61.7 t/s</strong>（接受率 0.94）</td>
</tr>
<tr>
<td>代码生成 decode</td>
<td><strong>60.3 t/s</strong>（接受率 0.90）</td>
</tr>
<tr>
<td>中文创作 decode</td>
<td><strong>44.4 t/s</strong>（接受率 0.53）</td>
</tr>
<tr>
<td>真实 Hermes agent 长对话</td>
<td><strong>~50 t/s</strong>（48K 上下文不截断，接受率最高 0.999）</td>
</tr>
<tr>
<td>起点</td>
<td><strong>~27 t/s</strong>（没开 MTP、多槽并发、KV 不量化）</td>
</tr>
</tbody>
</table>
<p dir="auto">一句话：<strong>这台机器跑 Qwen3.8-27B 的 Q6_K，短工具/代码题 60+ t/s、长 agent 对话 50 t/s 是常态</strong>，64K 全 GPU 加载无 OOM。<br />
速度从来不是"显卡不行"，是我一开始<strong>没让草稿头帮忙、还开着一堆互相打架的并发</strong>。</p>
<hr />
<h2>2. 名词白话解释（新手先看这区）</h2>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>名词</th>
<th>白话解释</th>
</tr>
</thead>
<tbody>
<tr>
<td>t/s</td>
<td>每秒生成几个 token。中文大约 1 字 ≈ 1 token。</td>
</tr>
<tr>
<td>decode / generation</td>
<td>模型"吐字"阶段，就是你看到字一个一个冒出来的过程。</td>
</tr>
<tr>
<td>prefill / prompt processing</td>
<td>模型"读你问题"的阶段，吐第一个字前的那段沉默就是它。</td>
</tr>
<tr>
<td>TTFT</td>
<td>按下送出到第一个字出现的延迟。聊天体感主要看它。</td>
</tr>
<tr>
<td>量化（Q4/Q6…）</td>
<td>把模型权重压缩：Q4_K_M 约 4bit/参数，Q6_K 约 6bit，文件更大但更准。</td>
</tr>
<tr>
<td>KV cache</td>
<td>模型记"前面讲过什么"的缓存，放显存，上下文越大吃得越多。</td>
</tr>
<tr>
<td>MTP（投机解码）</td>
<td>模型用一个很便宜的"草稿头"先猜几个字，再用完整模型一次验证；猜对几个就赚几个。</td>
</tr>
<tr>
<td>draft acceptance（接受率）</td>
<td>草稿被验证通过的比例。<strong>这是本文的灵魂数字</strong>——0.9 和 0.3 的速度能差一倍。</td>
</tr>
<tr>
<td>n-max（--spec-draft-n-max）</td>
<td>一次让草稿头猜几个字，要自己扫，抄别人的没用。</td>
</tr>
<tr>
<td>offload / --fit-target</td>
<td>让多少层上显卡。显存够就全上，留一点余量更稳。</td>
</tr>
<tr>
<td>router 模式</td>
<td>llama-server 的新玩法：一个端口管理多个模型、网页里热切换。</td>
</tr>
<tr>
<td>YaRN</td>
<td>把模型位置编码外推到超过原生上下文；<strong>Qwen3.8 原生 262K，开 64K 根本用不到它</strong>。</td>
</tr>
</tbody>
</table>
<hr />
<h2>3. 硬件与软件环境</h2>
<p dir="auto">换一项数字就可能不一样，所以全列出来。</p>
<h3>硬件</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>项目</th>
<th>型号</th>
</tr>
</thead>
<tbody>
<tr>
<td>CPU</td>
<td>AMD Ryzen 7 9800X3D（8 核）</td>
</tr>
<tr>
<td>系统内存</td>
<td><strong>48 GB</strong></td>
</tr>
<tr>
<td>GPU</td>
<td>NVIDIA GeForce RTX 4080 SUPER <strong>32 GB</strong>（不是普通 16GB 版，nvidia-smi 读数 32760 MiB）</td>
</tr>
<tr>
<td>PCIe</td>
<td>Gen4 ×16</td>
</tr>
<tr>
<td>显存占用</td>
<td>32K 上下文约 24.5 GB；<strong>64K 上下文实测约 26.5 GB / 32 GB</strong>，全 GPU 加载</td>
</tr>
</tbody>
</table>
<h3>软件</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>项目</th>
<th>版本</th>
</tr>
</thead>
<tbody>
<tr>
<td>操作系统</td>
<td>Windows 10 Pro 23H2</td>
</tr>
<tr>
<td>推理引擎</td>
<td>llama.cpp b10549 / b2e5e9b28（CUDA 后端）</td>
</tr>
<tr>
<td>显卡驱动</td>
<td>NVIDIA 616.56（Studio）</td>
</tr>
<tr>
<td>模型文件</td>
<td><code>Qwen3.8-27B-Uncensored-Q6_K.gguf</code>（20.9 GB，Q6_K，无 mmproj）</td>
</tr>
</tbody>
</table>
<hr />
<h2>4. 最终配置（可直接复制）</h2>
<p dir="auto">我的实际启动方式：<code>启动.bat</code> → 一键脚本，等价于下面这行（router 模式 + 全参数写死）：</p>
<pre><code class="language-bat">llama-server.exe ^
    --models-dir E:\aiYY\llama.cpp\models ^
    --models-preset E:\aiYY\llama.cpp\presets.ini ^
    --host 127.0.0.1 --port 8080 ^
    -t 8 --parallel 1 -c 65536 -n 8192 ^
    -fa on --cache-type-k q8_0 --cache-type-v q8_0 ^
    --jinja ^
    --spec-type draft-mtp --spec-draft-n-max 2 ^
    --reasoning off --reasoning-budget 0 ^
    --temp 0.7 --top-p 0.8 --top-k 20 --presence-penalty 1.0 ^
    --fit-target 2048
</code></pre>
<p dir="auto">逐项为什么这么设：</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>参数</th>
<th>值</th>
<th>原因</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>-c</code></td>
<td>65536（64K）</td>
<td>主要用途是给 Hermes agent 当后端。agent 会把 system prompt+工具定义+调用结果+历史持续塞进上下文，32K 容易触发压缩；Hermes 官方对本地模型也建议约 64K。<strong>Hermes 的 context_length 必须等于这里的 65536</strong>。日常聊天 32K 也够，我上 64K 是给 agent 用的</td>
</tr>
<tr>
<td><code>--spec-type draft-mtp --spec-draft-n-max 2</code></td>
<td>MTP 投机解码</td>
<td>最大提速来源，Qwen3.8 的 GGUF 自带草稿头不用另下模型。<strong>n-max 我扫过，2 是本机甜点位</strong>（见 §6），别抄帖子那台的 5</td>
</tr>
<tr>
<td><code>--cache-type-k/v q8_0</code></td>
<td>KV 都压到 8bit</td>
<td>32G 显存塞 64K 还有余，两边都给满最稳。如果显存紧，按帖子的结论应该是 <strong>K 多给位、V 少给位</strong>（K8V4 优于 K4V8），而不是砍 K</td>
</tr>
<tr>
<td><code>--parallel 1</code></td>
<td>单槽</td>
<td>多槽会把 64K 上下文和显存切开，互相排队。单用户自用，一槽吃满</td>
</tr>
<tr>
<td><code>--reasoning off --reasoning-budget 0</code></td>
<td>关思考链</td>
<td><strong>血泪教训</strong>：只设 <code>--reasoning-budget 0</code> 关不掉 Qwen3.8 的思考，模型会把生成额度全花在 &lt;think&gt; 里，表现为"每次都停在 8192 / Reasoning Cancelled"（详见 §7 坑 #2）</td>
</tr>
<tr>
<td><code>--fit-target 2048</code></td>
<td>自动分配、留 2GB</td>
<td>让 llama 自己算多少层上 GPU，显存留 2 GB 余量，比手动 -ngl 塞满稳</td>
</tr>
<tr>
<td><code>-n 8192</code></td>
<td>单次生成上限</td>
<td>防失控保险丝。撞到它说明模型复读或没吐结束符，别盲目调大</td>
</tr>
<tr>
<td><code>-t 8</code></td>
<td>CPU 线程</td>
<td>8 核机器。decode 是 GPU 瓶颈，线程数不用拉满</td>
</tr>
</tbody>
</table>
<hr />
<h2>5. 最重要的一节：为什么数字对不上（27 → 51.8/43.4 → 61.7）</h2>
<p dir="auto">同一台机器，同一组参数，<strong>换一种测试负载，速度差 40%</strong>：</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>测试负载</th>
<th>decode</th>
<th>草稿接受率</th>
</tr>
</thead>
<tbody>
<tr>
<td>中文散文创作</td>
<td>44.4 t/s</td>
<td>0.53</td>
</tr>
<tr>
<td>C++ 代码生成</td>
<td>60.3 t/s</td>
<td>0.90</td>
</tr>
<tr>
<td>工具调用（JSON）</td>
<td>61.7 t/s</td>
<td>0.94</td>
</tr>
</tbody>
</table>
<p dir="auto">为什么？<strong>MTP 的速度完全取决于草稿猜得准不准</strong>：</p>
<ul>
<li>创作类文字：下一个字有一百种写法，草稿猜不中，接受率掉到 0.5，猜了白猜还倒赔验证成本；</li>
<li>代码 / JSON：格式高度固定（<code>{"name": "get_weather", "arg...</code> 后面几乎必然是 <code>uments"</code>），草稿一猜一个准，接受率上 0.9，一次前向吐好几个字。</li>
</ul>
<p dir="auto">所以"这台机器能跑几 t/s"这个问题本身没有答案，<strong>必须先问"跑什么题"</strong>。<br />
我最初量到 27 t/s，就是因为既没开 MTP、又多槽并发、KV 还不量化——<strong>拿最差的配置量了个数字，然后差点去怪显卡</strong>。这和帖主"拿创作题测投机解码、量出最坏情况然后怀疑硬件"是同一类错误。</p>
<h3>那为什么没到帖子的 73.4 t/s？</h3>
<p dir="auto">三层原因，每一层都是实打实的：</p>
<ol>
<li><strong>量化不同</strong>：帖子是 Q4_K_M（15.9 GiB），我是 Q6_K（20.9 GiB）。Q6 每个 token 要多搬约 5 GB 权重，decode 天花板本来就低一截；</li>
<li><strong>平台不同</strong>：帖子是 AMD 7900 XTX 走 Vulkan，我是 NVIDIA 4080S 走 CUDA，架构和驱动都不同，不能直接比；</li>
<li><strong>模型版本不同</strong>：帖子是官方 unsloth <strong>带审查</strong>版，我的是 <strong>Uncensored 去审查变体</strong>——权重根本不是一个模型。论坛有人说"Q6_K 只有 28 t/s"，那通常是<strong>没塞进显存</strong>；我 32G 塞得下，所以 Q6 能稳定 44~62。</li>
</ol>
<p dir="auto">一句话：<strong>数字要带测法和配置才有意义，抄任何人的数字（包括这篇）都不如自己跑一遍。</strong></p>
<hr />
<h2>6. 效能实测（全部附测法）</h2>
<h3>6-1. 短负载复测（2026-09-06）</h3>
<p dir="auto">测法：<code>POST /v1/chat/completions</code>，<code>temperature=0.6, top_p=0.5, top_k=15</code>，单次请求，读返回 timings 字段。</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>负载</th>
<th>题目</th>
<th>decode</th>
<th>prefill</th>
<th>接受率</th>
<th>备注</th>
</tr>
</thead>
<tbody>
<tr>
<td>工具调用</td>
<td>"查台积电股价并总结近况"（带 web_search schema）</td>
<td><strong>61.7 t/s</strong></td>
<td>672 t/s</td>
<td><strong>0.939</strong></td>
<td>prompt 301 token，wall 2.4s</td>
</tr>
<tr>
<td>代码</td>
<td>C++17 线程安全 LRU cache</td>
<td><strong>60.3 t/s</strong></td>
<td>144 t/s</td>
<td><strong>0.897</strong></td>
<td>prompt 46 token</td>
</tr>
<tr>
<td>中文创作</td>
<td>300 字"山中湖泊日出"</td>
<td><strong>44.4 t/s</strong></td>
<td>270 t/s</td>
<td><strong>0.527</strong></td>
<td>和 9/3 历史值 43.4 一致</td>
</tr>
</tbody>
</table>
<h3>6-2. 真实 Hermes agent 负载（2026-09-03，读 llama-server slot 日志）</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>场景</th>
<th>decode</th>
<th>接受率 / mean len</th>
<th>其他</th>
</tr>
</thead>
<tbody>
<tr>
<td>网页长输出（修复思考链前）</td>
<td>50.9 t/s</td>
<td>0.71 / 2.42</td>
<td>撞 <code>-n 8192</code>（当时 reasoning 没关掉）</td>
</tr>
<tr>
<td>同轮 8207-token prompt</td>
<td>—</td>
<td>—</td>
<td>prefill 1,601–1,712 t/s</td>
</tr>
<tr>
<td>Hermes 短轮</td>
<td>~50.7 t/s</td>
<td><strong>0.999 / 3.00</strong></td>
<td>上下文 48,334/65,536、truncated=0</td>
</tr>
<tr>
<td>Hermes 上下文压缩后重填</td>
<td>50–53 t/s</td>
<td>0.82</td>
<td>16.5K token 重 prefill ≈1,339 t/s</td>
</tr>
<tr>
<td>Hermes 长生成</td>
<td>51.0–51.2 t/s 稳定</td>
<td>—</td>
<td>48K 上下文不掉速</td>
</tr>
</tbody>
</table>
<p dir="auto">结论：<strong>agent 真实长对话 ~50 t/s 是常态</strong>，短工具/代码题 60+ 是"可预测性红利"，别拿短题数字去承诺长对话体验。<br />
另外注意：agent 的瓶颈往往是 <strong>prefill 不是 decode</strong>（我见过 Hermes 一轮 prompt 8K~16K token），等几十秒别慌，看日志是 prefill 还是 decode。</p>
<hr />
<h2>7. 参数调校过程与完整对照表（27 → 现在）</h2>
<p dir="auto">按时间顺序讲，每个数字都有据可查（脚本备份 + 调试记录）。</p>
<h3>起点：~27 t/s</h3>
<p dir="auto">最初的启动脚本（8/16 版）有三个问题：<strong>32G 档位故意关掉了 KV 量化（f16）、同时驻留 2 个模型、压根没有 MTP</strong>。<br />
三个问题叠加：显存被 KV 吃紧、多槽互相抢、草稿头没用上。结果就是 ~27 t/s，还一度让我怀疑是 Q6_K 或者显卡的问题。</p>
<h3>第一刀（提升最大）：开 MTP + 单并发 + KV 量化</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>改动</th>
<th>值</th>
<th>效果</th>
</tr>
</thead>
<tbody>
<tr>
<td>MTP 投机解码</td>
<td><code>--spec-type draft-mtp --spec-draft-n-max 2</code></td>
<td>提速主力</td>
</tr>
<tr>
<td>单并发</td>
<td><code>--parallel 1</code>、maxModels 2→1</td>
<td>资源还给唯一在用的对话</td>
</tr>
<tr>
<td>KV 量化</td>
<td><code>q8_0 / q8_0</code></td>
<td>给上下文腾显存</td>
</tr>
<tr>
<td>显存策略</td>
<td><code>--fit-target 2048</code></td>
<td>自动分配 + 留 2GB</td>
</tr>
</tbody>
</table>
<p dir="auto">实测：<strong>代码 51.8 t/s（接受率 ~0.70）、创作 43.4 t/s（~0.50）</strong>，对比原点约 <strong>60–90% 提升</strong>。</p>
<h3>第二刀：修"每次 8192 就停"（思考链吃光额度）</h3>
<p dir="auto">现象：生成停在 8192、显示 <code>Reasoning — Cancelled</code>。<br />
原因：网页端默认把 Qwen3.8 思考开到 xhigh，模型把额度全花在 &lt;think&gt;，正文还没开始就被 <code>-n 8192</code> 截断。<br />
修法：<code>--reasoning-budget 0</code> <strong>不算关</strong>，要 <strong><code>--reasoning off</code></strong>（它才会把模板 enable_thinking 设 false）。</p>
<h3>第三刀：32K → 64K（给 Hermes agent 用）</h3>
<ul>
<li>顺带修正一个认知错误：脚本里 <code>YARN_ORIG_CTX = 32768</code>（注释"Qwen3 系列是 32768"）是错的——<strong>Qwen3.8-27B 原生上下文 262K</strong>，64K 根本不需要 YaRN；</li>
<li>显存账：32K 用 24.5GB，64K 估算 25–28GB，实测 26.5GB ✓，全 GPU。</li>
</ul>
<h3>对照表</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>阶段</th>
<th>ctx</th>
<th>并发</th>
<th>MTP</th>
<th>KV</th>
<th>实测</th>
</tr>
</thead>
<tbody>
<tr>
<td>起点</td>
<td>32K</td>
<td>多并发（2 模型槽）</td>
<td>无</td>
<td>f16</td>
<td>~27 t/s</td>
</tr>
<tr>
<td>第一刀后</td>
<td>32K</td>
<td>parallel=1</td>
<td>draft-mtp, n=2</td>
<td>q8_0/q8_0</td>
<td>51.8（代码）/ 43.4（创作）</td>
</tr>
<tr>
<td>现行</td>
<td><strong>64K</strong></td>
<td>parallel=1</td>
<td>draft-mtp, n=2</td>
<td>q8_0/q8_0</td>
<td>Hermes 长对话 ~50；9/6 短负载 61.7/60.3/44.4</td>
</tr>
</tbody>
</table>
<hr />
<h2>8. 踩过的坑（按杀伤力排序）</h2>
<ol>
<li>
<p dir="auto"><strong>拿没开 MTP / 多并发 / KV 不量化的配置量了个 27，差点去怪显卡</strong><br />
先问"慢在哪一层"再动手。先开 MTP 看接受率，再谈别的。</p>
</li>
<li>
<p dir="auto"><strong><code>--reasoning-budget 0</code> 关不掉思考链（8192 停机）</strong><br />
网页端把 Qwen3.8 思考默认开到 xhigh，额度全被 &lt;think&gt; 吃光、正文空白。<br />
正解：<code>--reasoning off</code>（+ 可再补 budget 0）。想留思考就把前端 Reasoning 降到 low、预算限 1024~2048。</p>
</li>
<li>
<p dir="auto"><strong>脚本和服务脱节</strong><br />
服务都手动试到 42 t/s 了，磁盘上的脚本还是旧配置。改完必须重启验证日志里的 <code>n_slots = 1, n_ctx_slot = 65536</code>，别信"我以为生效了"。</p>
</li>
<li>
<p dir="auto"><strong>presets.ini 段名没对上模型 id → 路由表里多个幽灵条目</strong><br />
段名写 <code>[Qwen3.8-27B]</code>，实际模型名是 <code>Qwen3.8-27B-Uncensored-Q6_K</code> 且没绑 model 路径，结果注册出一个永远 unloaded 的假模型。<br />
要么段名改对并补 <code>model = 路径</code>，要么干脆删掉该段（参数命令行已经全覆盖）。验证：启动日志 <code>Loaded N custom model presets</code>，N=0 就是没读进去。</p>
</li>
<li>
<p dir="auto"><strong>黑屏一次：NVIDIA 驱动崩溃（已解决）</strong><br />
时间线：<code>nvlddmkm</code> 报错 → llama-server 崩溃（0xc0000409）→ 系统 Kernel-Power 41 重启。无 WHEA、无 OOM、30 天仅一次。<br />
判定是驱动/CUDA 与 llama.cpp 的偶发冲突，<strong>610.88 → 616.56 清洁安装后未再发生</strong>。<br />
复发预案：显卡恢复默认频率电压 → 关 MTP 对照 → 回退驱动 → 上下文降到 49152。<strong>别改 TdrDelay</strong>，那只是延长挂死时间。</p>
</li>
<li>
<p dir="auto"><strong>模型的"记忆"会污染它自报的硬件</strong><br />
Hermes 长期记忆里残留了旧环境（AMD 7900 XTX / Vulkan）记录，模型照系统提示词念出了错误配置。换机器/改配置后记得清理长期记忆文件。</p>
</li>
<li>
<p dir="auto"><strong><code>Connection handling canceled</code> ≠ 模型问题</strong><br />
多数是上游客户端主动断开（点停止、切会话、Hermes 压缩后重连）。先看是不是客户端行为，别急着改服务端。</p>
</li>
</ol>
<hr />
<h2>9. 不要做的事</h2>
<ul>
<li>不要<strong>照抄任何配方（包括这篇）而不自己测一遍</strong>——n-max 甜点位、上下文大小都取决于你的负载和量化。</li>
<li>不要把 <code>--spec-draft-n-max</code> 抄成 5/6/8——本机 Q6_K + CUDA 实测 2 最稳，更大的值不保证更快（帖主那台 8 直接崩到 45 t/s）。</li>
<li>不要用 <code>--cache-type-k q4_0</code>——K 决定"看哪里"，别饿死它。要省显存压 V（q4_1），不压 K。</li>
<li>不要以为 <code>--reasoning-budget 0</code> 就是关了思考——用 <code>--reasoning off</code>。</li>
<li>不要拿创作题 / 超短 prompt 测速当基准——那是投机解码的最坏情况，专门用来吓自己的。</li>
<li>不要信任何没附测法的 t/s（包括这篇的，所以上面每个数字都写了测法）。</li>
<li>不要在 <code>--parallel 1</code> 下并发打本地模型——会排队。</li>
</ul>
<hr />
<h2>10. 附录：如何自己复现 / 再测</h2>
<ol>
<li>改完参数重启，看启动日志：<code>n_slots = 1, n_ctx_slot = 65536</code>；</li>
<li>验证实际生效参数：请求 <code>/v1/models</code>，看 loaded 模型的 status.args；</li>
<li>测速：对着 <code>/v1/chat/completions</code> 发三类题（工具 / 代码 / 创作），读返回 timings 的 <code>predicted_per_second</code> 和 <code>draft_n_accepted / draft_n</code>；</li>
<li>判断标准：接受率 &lt; 0.5 = 你的工作负载不适合投机解码或 n-max 开太大；同一配置 run-to-run 抖动 ~7% 属正常，<strong>小于 7% 的差距别当提升</strong>。</li>
</ol>
<hr />
<h2>11. 未测项目与已知限制（诚实揭露）</h2>
<ul>
<li><strong>n-max 没扫全</strong>：现在停在 2，但短负载接受率已经到 0.94、agent 轮到过 0.999/mean len 3.0——接受率这么高，理论上 n-max=3~4 可能更快，值得哪天扫一遍 2/3/4/5/6/8。</li>
<li><strong>超长上下文 prefill 没测</strong>：只实测到 16.5K token 的 prefill（~1,339 t/s），64K 塞到 3~5 万 token 的首字延迟未知。</li>
<li><strong>Q4_K_M 对照没跑</strong>：只有 Q6_K 一个档，想比"量化 vs 速度"可以下个 Q4_K_M 放 models 目录，router 会自动注册。</li>
<li><strong>能力/安全没按帖子的 20 题重测</strong>：帖子官方版测出 19/20，但那是<strong>带审查版</strong>；我这是 Uncensored 去审查版，B4（压力话术下守住）/ B10（已授权时不过度保守）这类安全边界题必须自己验证一遍再让它碰真实工具。</li>
<li><strong>mmproj 多模态没装</strong>：纯文本模型，看图要另配。</li>
<li><strong>系统内存 48GB 是够的，但 <code>--cache-ram</code> 还没开大</strong>：目前 Hermes 长对话 LCP 缓存复用正常（0.69~0.997），如果哪天日志出现"放弃快取"，再按帖子的做法把 prompt cache 开到 16~32GB。</li>
</ul>
<hr />
<h2>结语</h2>
<p dir="auto">这台 4080 SUPER 32G 最终在工具调用场景跑到 <strong>61.7 t/s</strong>、真实 agent 长对话稳定 <strong>~50 t/s</strong>、64K 全开无 OOM——全程是自己 9/3 一天内一步步试出来的，起点只有 27。<br />
过程中最大的收获不是那几个参数，而是三条经验：<strong>先开投机解码看接受率再谈别的、单用户就把并发砍到 1、关思考链要用对参数</strong>。<br />
如果你也要复现，记住帖子和这篇共同的那句话：<strong>数字必须带测法，接受率是灵魂，n-max 自己扫。</strong></p>
]]></description><link>https://lcz.me/topic/1526</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 13:43:13 GMT</lastBuildDate><atom:link href="https://lcz.me/topic/1526.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 06 Sep 2026 11:47:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 小白到能玩# 4080 SUPER 32G 跑 Qwen3.8-27B 无审查版(Q6_K) 实测61.7t/s 完整部署与实测指南,自己从27t/s一路调上来的,分享给大家 on Mon, 07 Sep 2026 07:54:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johnnybegood" aria-label="Profile: johnnybegood">@<bdi>johnnybegood</bdi></a></p>
<p dir="auto">等我搞定我得漫画动画再来折腾</p>
<p dir="auto"><a href="https://upload.lcz.me/uploads/08c46a57-0d48-4536-b637-6f528e358834.mp4" rel="nofollow ugc">Recording 2026-09-07 155118.mp4</a></p>
]]></description><link>https://lcz.me/post/16379</link><guid isPermaLink="true">https://lcz.me/post/16379</guid><dc:creator><![CDATA[imbiplaza ASUS]]></dc:creator><pubDate>Mon, 07 Sep 2026 07:54:00 GMT</pubDate></item><item><title><![CDATA[Reply to 小白到能玩# 4080 SUPER 32G 跑 Qwen3.8-27B 无审查版(Q6_K) 实测61.7t/s 完整部署与实测指南,自己从27t/s一路调上来的,分享给大家 on Mon, 07 Sep 2026 06:59:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/imbiplaza-asus" aria-label="Profile: imbiplaza-ASUS">@<bdi>imbiplaza-ASUS</bdi></a> 新出了个<br />
DavidAU<br />
/<br />
Qwen3.8-27B-TURBO-Fable-Cold-Fusion-735-882-Heretic-Uncensored-NEO-CODER-MAX-MTP-GGUF ， 据说是qwen3.8 智力天花板了， 你去试试呗， 看看怎么样</p>
]]></description><link>https://lcz.me/post/16365</link><guid isPermaLink="true">https://lcz.me/post/16365</guid><dc:creator><![CDATA[johnnybegood]]></dc:creator><pubDate>Mon, 07 Sep 2026 06:59:01 GMT</pubDate></item><item><title><![CDATA[Reply to 小白到能玩# 4080 SUPER 32G 跑 Qwen3.8-27B 无审查版(Q6_K) 实测61.7t/s 完整部署与实测指南,自己从27t/s一路调上来的,分享给大家 on Mon, 07 Sep 2026 03:49:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/imbiplaza-asus" aria-label="Profile: imbiplaza-ASUS">@<bdi>imbiplaza-ASUS</bdi></a> 感谢回复，我去研究下<img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=2fb7360d8c6" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title=":+1:" alt="👍" /></p>
]]></description><link>https://lcz.me/post/16337</link><guid isPermaLink="true">https://lcz.me/post/16337</guid><dc:creator><![CDATA[毅袁]]></dc:creator><pubDate>Mon, 07 Sep 2026 03:49:49 GMT</pubDate></item><item><title><![CDATA[Reply to 小白到能玩# 4080 SUPER 32G 跑 Qwen3.8-27B 无审查版(Q6_K) 实测61.7t/s 完整部署与实测指南,自己从27t/s一路调上来的,分享给大家 on Mon, 07 Sep 2026 00:02:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%E6%AF%85%E8%A2%81" aria-label="Profile: 毅袁">@<bdi>毅袁</bdi></a> 这个是lm studio  原本的设定</p>
]]></description><link>https://lcz.me/post/16300</link><guid isPermaLink="true">https://lcz.me/post/16300</guid><dc:creator><![CDATA[imbiplaza ASUS]]></dc:creator><pubDate>Mon, 07 Sep 2026 00:02:01 GMT</pubDate></item><item><title><![CDATA[Reply to 小白到能玩# 4080 SUPER 32G 跑 Qwen3.8-27B 无审查版(Q6_K) 实测61.7t/s 完整部署与实测指南,自己从27t/s一路调上来的,分享给大家 on Sun, 06 Sep 2026 23:48:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/imbiplaza-asus" aria-label="Profile: imbiplaza-ASUS">@<bdi>imbiplaza-ASUS</bdi></a> 感谢大佬分享</p>
]]></description><link>https://lcz.me/post/16299</link><guid isPermaLink="true">https://lcz.me/post/16299</guid><dc:creator><![CDATA[CHAO WANG]]></dc:creator><pubDate>Sun, 06 Sep 2026 23:48:31 GMT</pubDate></item><item><title><![CDATA[Reply to 小白到能玩# 4080 SUPER 32G 跑 Qwen3.8-27B 无审查版(Q6_K) 实测61.7t/s 完整部署与实测指南,自己从27t/s一路调上来的,分享给大家 on Sun, 06 Sep 2026 23:45:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/imbiplaza-asus" aria-label="Profile: imbiplaza-ASUS">@<bdi>imbiplaza-ASUS</bdi></a><br />
<img src="https://upload.lcz.me/uploads/614d8549-e3ba-417c-84d1-956896cb2e26.jpeg" alt="14768091-8094-4e38-abcf-9c693c06d5dd-image.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto">大佬，这个设置界面是自制的吗？看起来很惊艳，可否分享下？<br />
拜谢！</p>
]]></description><link>https://lcz.me/post/16298</link><guid isPermaLink="true">https://lcz.me/post/16298</guid><dc:creator><![CDATA[毅袁]]></dc:creator><pubDate>Sun, 06 Sep 2026 23:45:33 GMT</pubDate></item><item><title><![CDATA[Reply to 小白到能玩# 4080 SUPER 32G 跑 Qwen3.8-27B 无审查版(Q6_K) 实测61.7t/s 完整部署与实测指南,自己从27t/s一路调上来的,分享给大家 on Sun, 06 Sep 2026 17:39:58 GMT]]></title><description><![CDATA[<p dir="auto">我可以分享我的经验。。。有时候快，也要顾及出品</p>
<p dir="auto">我试了几个，后来默默还原本来的设定，后来只是增加 至128k, 开启量化kv</p>
<p dir="auto">我的工具需要产生110k...如果遇见不足，会发生hard block，进行不下去 ，这是我故意的，这个工具我也是从50k 慢慢调教他的良率至110k</p>
<p dir="auto">期间更换了几个model,他们的model出品都有瑕疵，<br />
hauhau, huihui，llmfan46 全数不过关，就算nvfp4在我的显卡里，能够明显提速，在我的出品里，他不能，就是不能。。。</p>
<p dir="auto">后来才找到唯一的，JonathanColetti，Qwen3.8-27B-Uncensored-GGUF，</p>
<p dir="auto">执行起来他是最慢的，但是凑合用还是可以</p>
<p dir="auto"><img src="https://upload.lcz.me/uploads/a5fff402-f501-46bc-bd7f-527b7d08af53.jpg" alt="Screenshot 2026-09-07 011522.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="https://upload.lcz.me/uploads/1a2daedc-4133-4f85-bba4-e66e0c14a2d1.png" alt="Screenshot 2026-09-07 011622.png" class=" img-fluid img-markdown" /></p>
<h3>后来我尝试使用上一代qwen3.6 看看出品，上一代缺陷明显，动作不够多，不够细，人物还会漂。。。我做惯视频，我懂我需要什么</h3>
<p dir="auto"><img src="https://upload.lcz.me/uploads/ae649efc-c1d6-4c1c-a0b6-5b9fda5920d6.png" alt="Screenshot 2026-09-07 011857.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">所以说真正能够让我本地模型投产的是Qwen3.8 27b</p>
]]></description><link>https://lcz.me/post/16281</link><guid isPermaLink="true">https://lcz.me/post/16281</guid><dc:creator><![CDATA[imbiplaza ASUS]]></dc:creator><pubDate>Sun, 06 Sep 2026 17:39:58 GMT</pubDate></item><item><title><![CDATA[Reply to 小白到能玩# 4080 SUPER 32G 跑 Qwen3.8-27B 无审查版(Q6_K) 实测61.7t/s 完整部署与实测指南,自己从27t/s一路调上来的,分享给大家 on Sun, 06 Sep 2026 16:19:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johnnybegood" aria-label="Profile: johnnybegood">@<bdi>johnnybegood</bdi></a><br />
比如问问一些敏感问题，还有一些黄色小要求啥的，能做的事情很多啊，写个啥爬虫软件等等自己想把，正常模型不让干的他能干。</p>
]]></description><link>https://lcz.me/post/16273</link><guid isPermaLink="true">https://lcz.me/post/16273</guid><dc:creator><![CDATA[CHAO WANG]]></dc:creator><pubDate>Sun, 06 Sep 2026 16:19:29 GMT</pubDate></item><item><title><![CDATA[Reply to 小白到能玩# 4080 SUPER 32G 跑 Qwen3.8-27B 无审查版(Q6_K) 实测61.7t/s 完整部署与实测指南,自己从27t/s一路调上来的,分享给大家 on Sun, 06 Sep 2026 16:17:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johnnybegood" aria-label="Profile: johnnybegood">@<bdi>johnnybegood</bdi></a><br />
真的,但要分场景,不是全面变傻:</p>
<p dir="auto">对复杂推理/精确计算:会变笨。off 只是不让模型先想再答,权重没变,但少了 &lt;think&gt; 自我校验,多步算术容易翻车<br />
对普通问答/创作/常规代码:几乎没差别,甚至更利落。<br />
对 agent/工具调用:off 反而是对的,思考链会把输出预算吃光(你自己 9/3 实测过 8192 全被 &lt;think&gt; 吃掉、正文空白)。<br />
所以正解不是"永远 off"或"永远 on",而是:服务端保持 off(保工具调用稳定),难题按请求临时开思考——请求体加 "chat_template_kwargs": {"enable_thinking": true} 即可</p>
]]></description><link>https://lcz.me/post/16271</link><guid isPermaLink="true">https://lcz.me/post/16271</guid><dc:creator><![CDATA[CHAO WANG]]></dc:creator><pubDate>Sun, 06 Sep 2026 16:17:11 GMT</pubDate></item><item><title><![CDATA[Reply to 小白到能玩# 4080 SUPER 32G 跑 Qwen3.8-27B 无审查版(Q6_K) 实测61.7t/s 完整部署与实测指南,自己从27t/s一路调上来的,分享给大家 on Sun, 06 Sep 2026 14:05:05 GMT]]></title><description><![CDATA[<p dir="auto">速度不错 上下文短了点</p>
]]></description><link>https://lcz.me/post/16239</link><guid isPermaLink="true">https://lcz.me/post/16239</guid><dc:creator><![CDATA[Dady Pan]]></dc:creator><pubDate>Sun, 06 Sep 2026 14:05:05 GMT</pubDate></item><item><title><![CDATA[Reply to 小白到能玩# 4080 SUPER 32G 跑 Qwen3.8-27B 无审查版(Q6_K) 实测61.7t/s 完整部署与实测指南,自己从27t/s一路调上来的,分享给大家 on Sun, 06 Sep 2026 13:31:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chao-wang" aria-label="Profile: CHAO-WANG">@<bdi>CHAO-WANG</bdi></a> 都能玩什么？</p>
]]></description><link>https://lcz.me/post/16236</link><guid isPermaLink="true">https://lcz.me/post/16236</guid><dc:creator><![CDATA[johnnybegood]]></dc:creator><pubDate>Sun, 06 Sep 2026 13:31:00 GMT</pubDate></item><item><title><![CDATA[Reply to 小白到能玩# 4080 SUPER 32G 跑 Qwen3.8-27B 无审查版(Q6_K) 实测61.7t/s 完整部署与实测指南,自己从27t/s一路调上来的,分享给大家 on Sun, 06 Sep 2026 13:30:37 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chao-wang" aria-label="Profile: CHAO-WANG">@<bdi>CHAO-WANG</bdi></a> <a href="/post/16214">说</a>:</p>
<p dir="auto">--reasoning off</p>
</blockquote>
<p dir="auto">--reasoning off 会变得很傻</p>
]]></description><link>https://lcz.me/post/16235</link><guid isPermaLink="true">https://lcz.me/post/16235</guid><dc:creator><![CDATA[johnnybegood]]></dc:creator><pubDate>Sun, 06 Sep 2026 13:30:37 GMT</pubDate></item><item><title><![CDATA[Reply to 小白到能玩# 4080 SUPER 32G 跑 Qwen3.8-27B 无审查版(Q6_K) 实测61.7t/s 完整部署与实测指南,自己从27t/s一路调上来的,分享给大家 on Sun, 06 Sep 2026 12:36:20 GMT]]></title><description><![CDATA[<p dir="auto">不错，模型权重可以玩玩</p>
]]></description><link>https://lcz.me/post/16226</link><guid isPermaLink="true">https://lcz.me/post/16226</guid><dc:creator><![CDATA[terry]]></dc:creator><pubDate>Sun, 06 Sep 2026 12:36:20 GMT</pubDate></item><item><title><![CDATA[Reply to 小白到能玩# 4080 SUPER 32G 跑 Qwen3.8-27B 无审查版(Q6_K) 实测61.7t/s 完整部署与实测指南,自己从27t/s一路调上来的,分享给大家 on Sun, 06 Sep 2026 11:58:55 GMT]]></title><description><![CDATA[<p dir="auto">兄弟们，无审查版，你们懂的！！真的太好玩了</p>
]]></description><link>https://lcz.me/post/16215</link><guid isPermaLink="true">https://lcz.me/post/16215</guid><dc:creator><![CDATA[CHAO WANG]]></dc:creator><pubDate>Sun, 06 Sep 2026 11:58:55 GMT</pubDate></item></channel></rss>