<?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[双 R9700 跑 Qwen3.8-27B：vllm-radiance 部署与 128K/256K 全场景实测]]></title><description><![CDATA[<h1>双 R9700 跑 Qwen3.8-27B：vllm-radiance 部署与 128K/256K 全场景实测</h1>
<p dir="auto">看了论坛里的大神  paul hou 的分享，也发一个双9700的帖子。ai帮我总结的，大家可以 参考一下。我是小白。质量不好，大家见谅。</p>
<blockquote>
<p dir="auto">2026-09-12 · 双卡 Radeon AI PRO R9700 (gfx1201) · 单 TRX40 平台 · 实测数据</p>
</blockquote>
<h2>一、结论先行</h2>
<ul>
<li><strong>双 R9700 TP2 + DFlash2 投机解码</strong>，单流文本 <strong>130–210 tok/s</strong>，128K 档 <strong>4 并发</strong>，KV 容量 59 万 token（约 4.5× 并发余量）</li>
<li><strong>128K/C4 并发实测</strong>：推理场景 C4 聚合 <strong>249 t/s</strong>（C1 102 → 近 2.4× 扩展），重复 C4 154 / 散文 C4 81 t/s</li>
<li><strong>256K 长上下文档</strong>：252K 满长度冷 prefill <strong>≈2080 tok/s</strong>（121 秒），prefix cache 命中后 <strong>1.9 秒</strong>（快 63 倍）</li>
<li>三个标准场景（重复/推理/散文）全面打平或反超单卡 llama.cpp Vulkan (7900 XTX) 基线 97/62/39 tok/s</li>
<li>踩过的最大的坑：<strong><code>:latest</code> 镜像静默回归</strong>，DFlash 接受率掉到 0.1% 且不报错，只能靠 pin 资格 build 的 digest 解决</li>
<li>模型自带视觉塔，图片/视频多模态输入直接可用</li>
</ul>
<h2>二、机器配置</h2>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>项</th>
<th>规格</th>
</tr>
</thead>
<tbody>
<tr>
<td>CPU</td>
<td>AMD Ryzen Threadripper 3960X 24 核 48 线程（TRX40 平台，<strong>单 CPU，1 个 NUMA 节点</strong>）</td>
</tr>
<tr>
<td>主板</td>
<td>ASRock TRX40</td>
</tr>
<tr>
<td>GPU（本部署）</td>
<td><strong>2× AMD Radeon AI PRO R9700 32GB</strong>（Gigabyte + XFX，gfx1201）</td>
</tr>
<tr>
<td>GPU（其他，不冲突）</td>
<td>RTX PRO 5000 48GB（跑 CUDA ComfyUI/sglang）</td>
</tr>
<tr>
<td>系统</td>
<td>Ubuntu 26.04（宿主 <strong>不装 ROCm</strong>，驱动栈全在容器内）</td>
</tr>
<tr>
<td>Docker</td>
<td>29.7.2 + Compose v5.5.0</td>
</tr>
</tbody>
</table>
<p dir="auto">拓扑要点：两张 R9700 都挂在同一颗 CPU 的原生 PCIe lane（host bridge 00:03.1 / 00:03.2 兄弟关系），单 NUMA，<strong>没有跨 socket P2P 问题</strong>。启动自检输出 <code>P2P access: ENABLED 0↔1 ✓</code>，CPU<img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2194.png?v=0650a1064dd" class="not-responsive emoji emoji-android emoji--left_right_arrow" style="height:23px;width:auto;vertical-align:middle" title="↔" alt="↔" />GPU 约 28 GB/s（PCIe 4.0 x16）。</p>
<h2>三、方案与组件</h2>
<ul>
<li><strong>镜像</strong>：<code>magiccodingman/vllm-radiance</code> = vLLM v0.28 + ROCm 7.14 + <strong>libr4d</strong>（手写 RDNA4 kernel，专为 gfx1201 调优）
<ul>
<li>必须 pin 资格 build：<code>@sha256:8df90677c0f1fb013d958184aa0bf24af91e34688b61b924fa4facd7da333430</code>（详见坑 1）</li>
</ul>
</li>
<li><strong>目标模型</strong>：<code>amd/Qwen3.8-27B-Quark-AWQ-MXFP4</code>（19.8GB，MXFP4 量化）</li>
<li><strong>投机解码 drafter</strong>：<code>tcclaviger/Qwen3.8-27B-DFlash2-FP8</code>（2.1GB，FP8，K=7）
<ul>
<li>drafter 必须与目标模型配套（Quark-MXFP4 配 DFlash2-FP8；配错 NVFP4 版会接受率崩）</li>
</ul>
</li>
<li><strong>量化策略</strong>：MXFP4 权重 + W4A8 计算（低 M 值走 W8A8 子集）</li>
</ul>
<h2>四、启动参数</h2>
<p dir="auto"><code>.env</code> 关键项（128K/C4 生产档）：</p>
<pre><code class="language-ini">IMAGE=magiccodingman/vllm-radiance@sha256:8df90677...   # pin 资格 build
MODELS=/home/liubo/models/vllm-models
MODEL_PATH=/models/Qwen3.8-27B-Quark-AWQ-MXFP4
SERVED_MODEL_NAME=qwen3.8-27b-vllm

# 容量档
MAX_MODEL_LEN=131072          # 128K 档；256K 档为 262144
MAX_NUM_SEQS=4                # 128K 档 4 并发；256K 档为 1
GPU_UTIL=0.90

# MXFP4 / W4A8
WEIGHT_QUANTIZATION=auto
RADIANCE_MXFP4=1
RADIANCE_MXFP4_W4A8=1
RADIANCE_MXFP4_W4A8_MIN_M=0
RADIANCE_MXFP4_DECODE_MAX_M=64
RADIANCE_MXFP4_TN4_MIN_M=2048
RADIANCE_MXFP4_WPERM=1        # WPERM + DECODE_NT 必须开（RX5-safe decode 子集）
RADIANCE_MXFP4_DECODE_NT=1

# DFlash2 投机解码
VLLM_USE_V2_MODEL_RUNNER=1
RADIANCE_COMPILATION_CONFIG='{"cudagraph_mode":"PIECEWISE"}'
RADIANCE_FAST_DRAFT=1
RADIANCE_SPECULATIVE_CONFIG='{"method":"dflash","model":"/models/Qwen3.8-27B-DFlash2-FP8","num_speculative_tokens":7,"draft_tensor_parallel_size":2,"attention_backend":"TRITON_ATTN","max_model_len":131072,"disable_padded_drafter_batch":true}'
</code></pre>
<p dir="auto">端口 <code>:8000</code>，OpenAI 兼容 API。</p>
<h2>五、部署过程</h2>
<ol>
<li><strong>拉镜像</strong>：<code>docker pull magiccodingman/vllm-radiance@sha256:8df90677...</code>（14.1GB，约 15 分钟）。注意 <code>docker compose pull</code> 对 digest 引用有 bug 会卡死，必须裸 <code>docker pull</code> 直拉。</li>
<li><strong>下模型</strong>：<code>huggingface_hub snapshot_download</code> 拉两个仓库到 <code>~/models/vllm-models/</code>（aria2 不支持 HF 逐文件 <code>-o</code>，别用）。</li>
<li><strong>写配置</strong>：目录 <code>/home/liubo/vllm-radiance/</code> 放 <code>docker-compose.yml</code>（官方 repo 拉取）+ <code>.env</code>。</li>
<li><strong>启动</strong>：<code>docker compose up -d</code>。冷启动约 3 分钟（引擎 init 169s，其中 Triton kernel 编译 120s；有编译缓存后 &lt;1 分钟）。</li>
<li><strong>验收</strong>（黄金指标）：<code>docker compose logs vllm | grep SpecDecoding</code>
<ul>
<li>正常：<code>Avg Draft acceptance rate: 78-91%</code>，per-position <code>0.93, 0.87, 0.81, 0.76, ...</code></li>
<li><strong>只看 health=200 / 出字正确是不够的</strong>——出字正确不代表投机解码生效（见坑 1）</li>
</ul>
</li>
</ol>
<p dir="auto">日常运维：桌面快捷方式一键启停（128K / 256K 两档各一个 Start 图标 + 一个 Stop 图标，切档时 start 脚本自动停旧档起新档）。</p>
<h2>六、测试结果</h2>
<h3>6.1 128K/C4 档（生产档）</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>指标</th>
<th>实测</th>
</tr>
</thead>
<tbody>
<tr>
<td>单流文本 decode</td>
<td><strong>130–210 tok/s</strong>（引擎 generation 均值 ~147 tok/s）</td>
</tr>
<tr>
<td>DFlash2 接受率</td>
<td><strong>78.5% / 91.4%</strong>（per-position 0.93 → 0.76），平均接受长度 6–7</td>
</tr>
<tr>
<td>KV cache 容量</td>
<td>593,115 tokens ≈ <strong>4.53× 并发余量</strong>（4 路并发长上下文不爆 KV）</td>
</tr>
<tr>
<td>官方容量矩阵参考</td>
<td>单流 weighted 183 t/s，prose 118 t/s；c4 总吞吐 462，c8 523</td>
</tr>
</tbody>
</table>
<p dir="auto"><strong>128K/C4 三场景 × C1–C4 并发压测</strong>（2026-09-13，pin 8df90677，K7 DFlash，<code>enable_thinking: false</code> 纯 content 计数；每场景 <code>docker compose down + up</code> 清 cache + 单次 warmup 填 prefix cache，测<strong>聚合 decode t/s</strong> = C 路总吞吐）：</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>场景</th>
<th>冷 prefill TTFT</th>
<th>C1</th>
<th>C2</th>
<th>C3</th>
<th>C4</th>
</tr>
</thead>
<tbody>
<tr>
<td>重复（~113K 输入）</td>
<td>37.2s</td>
<td>102.3</td>
<td>129.3</td>
<td>131.3</td>
<td><strong>154.3</strong></td>
</tr>
<tr>
<td>推理（120 题）</td>
<td>1.8s</td>
<td>102.4</td>
<td>156.8</td>
<td>198.2</td>
<td><strong>249.2</strong></td>
</tr>
<tr>
<td>散文（1200 节）</td>
<td>33.4s</td>
<td>45.2</td>
<td>60.4</td>
<td>73.4</td>
<td><strong>81.4</strong></td>
</tr>
</tbody>
</table>
<p dir="auto">读法：</p>
<ul>
<li><strong>推理是并发甜点</strong>：C1→C4 聚合吞吐 102→249 t/s（近 2.4× 线性扩展），KV 余量 4.5× 吃得住 4 路长上下文</li>
<li><strong>重复场景</strong> 4 路 154 t/s 单流均 73 t/s，长 prompt 吃 KV 后单流被摊薄</li>
<li><strong>散文</strong> 输出短（模型提前停 ~235 tok）+ prefill 重，是全场最低档；C4 聚合 81 t/s</li>
<li>C4 全场景 16/16 请求成功，无 KV 爆、无超时——4 并发生产档稳</li>
</ul>
<h3>6.2 256K/C1 档三场景压测（与 llama.cpp 基线同协议）</h3>
<p dir="auto">每场景 <code>docker compose down + up</code> 清 prefix cache，保证冷 prefill 可复现。</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>场景</th>
<th>冷 prefill TTFT</th>
<th>热 TTFT（prefix cache）</th>
<th>decode</th>
</tr>
</thead>
<tbody>
<tr>
<td>重复（满 252K 输入）</td>
<td><strong>121.0s（≈2080 tok/s）</strong></td>
<td><strong>1.92s（快 63×）</strong></td>
<td><strong>160.1 t/s</strong></td>
</tr>
<tr>
<td>推理（120 题）</td>
<td>1.6s</td>
<td>0.51s</td>
<td><strong>100.0 t/s</strong></td>
</tr>
<tr>
<td>散文（1200 节概括）</td>
<td>33.1s</td>
<td>0.97s</td>
<td><strong>46.3 t/s</strong>（231 tok 模型自认为答完提前停）</td>
</tr>
</tbody>
</table>
<h3>6.3 对照 llama.cpp 单卡基线（RX 7900 XTX，Vulkan，Q6_K）</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>场景</th>
<th>llama.cpp 单卡</th>
<th>vllm-radiance 双卡</th>
</tr>
</thead>
<tbody>
<tr>
<td>重复</td>
<td>97 t/s</td>
<td><strong>160 t/s</strong></td>
</tr>
<tr>
<td>推理</td>
<td>62 t/s</td>
<td><strong>100 t/s</strong></td>
</tr>
<tr>
<td>散文</td>
<td>39 t/s</td>
<td><strong>46 t/s</strong></td>
</tr>
</tbody>
</table>
<p dir="auto">三场景全面 ≥ 基线。256K 满长上下文下 2080 tok/s 的 prefill 吞吐和 prefix cache 63× 加速是这套部署最大的收益点。</p>
<h2>七、踩过的坑（按疼痛程度排序）</h2>
<h3>1. <code>:latest</code> 静默回归——最坑</h3>
<p dir="auto">README 里的 183 tok/s / 60% 接受率是 pin <code>8df90677</code>（8/25 资格 build）测的。<code>:latest</code>（当时 digest <code>83a9dc02</code>）DFlash2 集成回归，<strong>接受率掉到 0.1% 但不报任何错</strong>，只变慢到 ~24 tok/s，症状等同于双卡在裸跑自回归。<br />
<strong>教训：拉镜像/升级前必须先跑 SpecDecoding 指标确认接受率 60%+；出字正确 ≠ 投机解码生效。</strong></p>
<h3>2. drafter 必须 target-matched</h3>
<p dir="auto">Quark-MXFP4 目标配 <code>DFlash2-FP8</code>；配错（比如拿 RadixArk-NVFP4 那套 drafter）接受率直接崩。</p>
<h3>3. DFlash2 是实验档</h3>
<p dir="auto">greedy 等价门禁未通过（tool-call 测试 98/100）。生产若在意工具调用严格性，退回 Fast MTP（qualified，单流 ~102 tok/s）或纯 non-spec。</p>
<h3>4. 宿主机看不到 GPU——显存为 0 的假象</h3>
<p dir="auto">宿主 Ubuntu 没装 ROCm，<code>rocm-smi</code> 输出空、显存恒为 0，<strong>不代表服务没跑</strong>。必须进容器看：<code>docker compose exec vllm rocm-smi --showuse</code>。本部署冷启动前 2 分钟（kernel 编译期）GPU 占用也是真低，重启窗口期看到 0 属正常。</p>
<h3>5. 别在容器内单独升 PyTorch / Triton / vLLM</h3>
<p dir="auto">它们是编译器栈，版本错配会导致持续 TP hang。作者明确警告，镜像内置 ROCm 7.14 + vLLM 0.28 原样用。</p>
<h3>6. 思考模型的压测陷阱</h3>
<p dir="auto">Qwen3.8 是思考模型：推理类 prompt 的输出全走 <code>reasoning_content</code> 通道，<code>content</code> 字段为空。压测客户端只认 content 会误判"生成失败"（引擎日志明明接受了几百个 token）。<strong>客户端必须两个通道都计数</strong>，或请求里传 <code>chat_template_kwargs: {"enable_thinking": false}</code>。</p>
<h3>7. vLLM 流式 API 的两个必须项</h3>
<ul>
<li><code>stream_options: {"include_usage": true}</code> 否则拿不到 <code>completion_tokens</code></li>
<li>SSE 要<strong>逐行读</strong>（<code>readline()</code>），按块读会制造 decode 速度的假象（usage 块在流末尾，块缓冲会把窗口压扁）</li>
</ul>
<h3>8. prefix cache 污染</h3>
<p dir="auto">第二轮"冷 prefill"其实全命中缓存，数据作废。可靠清法 = 每场景 <code>docker compose down + up</code>（比 flush_cache API 彻底）。</p>
<h3>9. <code>docker compose pull</code> 对 digest 引用会卡死</h3>
<p dir="auto">卡 12 分钟不动、网络 0 B/s。改用裸 <code>docker pull repo@sha256:...</code> 直拉。</p>
<h3>10. 其他小坑速记</h3>
<ul>
<li>252K 输入要先用容器内 <code>AutoTokenizer</code> 校准：直接估会超 262144 上限被 HTTP 400 拒（266,820 &gt; 262,144）</li>
<li>256K 档冷启动 kernel 编译 ~84s，health 要等 ~300s，别在窗口期 panic</li>
<li>远程 nohup 长任务：<code>setsid nohup ... &lt; /dev/null &amp;</code>（不重定向 stdin 会挂住 SSH）</li>
<li><strong>绝对不要 <code>pkill -f</code> 匹配含脚本名的模式</strong>——会命中 SSH 命令行自身，杀掉自己的会话，且同批的 scp 可能静默失败（远端还是旧版脚本）</li>
<li>启动窗口关闭 = 停服务（trap 设计），所以切档/重启别用关窗，用 Stop 图标或 <code>docker compose down</code></li>
</ul>
<h2>八、成本与代价</h2>
<ul>
<li>显存：双卡各占 ~30GB/32GB（KV 15.97 GiB/GPU @256K 档 + 权重 + drafter + CUDAGraph）</li>
<li>256K 档是单流档（MAX_NUM_SEQS=1），想要并发回 128K 档，两档桌面图标一键切换</li>
<li>冷启动 3–6 分钟（首次/清缓存后），日常热重启 &lt;1 分钟（编译缓存已挂载持久化）</li>
</ul>
<h2>九、可复现清单</h2>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>项</th>
<th>值</th>
</tr>
</thead>
<tbody>
<tr>
<td>镜像 digest</td>
<td><code>sha256:8df90677c0f1fb013d958184aa0bf24af91e34688b61b924fa4facd7da333430</code></td>
</tr>
<tr>
<td>目标模型</td>
<td><code>amd/Qwen3.8-27B-Quark-AWQ-MXFP4</code></td>
</tr>
<tr>
<td>Drafter</td>
<td><code>tcclaviger/Qwen3.8-27B-DFlash2-FP8</code>（K=7, TP2）</td>
</tr>
<tr>
<td>128K 档</td>
<td>MAX_MODEL_LEN=131072, MAX_NUM_SEQS=4, GPU_UTIL=0.90</td>
</tr>
<tr>
<td>256K 档</td>
<td>MAX_MODEL_LEN=262144, MAX_NUM_SEQS=1, GPU_UTIL=0.90</td>
</tr>
<tr>
<td>验收指标</td>
<td>SpecDecoding 接受率 78–91%；&lt;30% = 投机解码失效</td>
</tr>
</tbody>
</table>
]]></description><link>https://lcz.me/topic/1668</link><generator>RSS for Node</generator><lastBuildDate>Mon, 14 Sep 2026 22:47:22 GMT</lastBuildDate><atom:link href="https://lcz.me/topic/1668.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 13 Sep 2026 04:10:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 双 R9700 跑 Qwen3.8-27B：vllm-radiance 部署与 128K/256K 全场景实测 on Mon, 14 Sep 2026 12:52:03 GMT]]></title><description><![CDATA[<p dir="auto">感谢分享，硬生生把 27B 提升成了 27B-Flash ，容器启动后起步就是 100t/s，满足了。</p>
]]></description><link>https://lcz.me/post/18110</link><guid isPermaLink="true">https://lcz.me/post/18110</guid><dc:creator><![CDATA[linkdesu]]></dc:creator><pubDate>Mon, 14 Sep 2026 12:52:03 GMT</pubDate></item><item><title><![CDATA[Reply to 双 R9700 跑 Qwen3.8-27B：vllm-radiance 部署与 128K/256K 全场景实测 on Mon, 14 Sep 2026 08:57:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/paul-hou" aria-label="Profile: paul-hou">@<bdi>paul-hou</bdi></a> 已经改了，现在几个worker进程cpu占用率都下来了。<img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/1f60a.png?v=0650a1064dd" class="not-responsive emoji emoji-android emoji--blush" style="height:23px;width:auto;vertical-align:middle" title=":blush:" alt="😊" /> <img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=0650a1064dd" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title=":+1:" alt="👍" /> <img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=0650a1064dd" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title=":+1:" alt="👍" /> <img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=0650a1064dd" 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/18070</link><guid isPermaLink="true">https://lcz.me/post/18070</guid><dc:creator><![CDATA[nami ryuu]]></dc:creator><pubDate>Mon, 14 Sep 2026 08:57:31 GMT</pubDate></item><item><title><![CDATA[Reply to 双 R9700 跑 Qwen3.8-27B：vllm-radiance 部署与 128K/256K 全场景实测 on Sun, 13 Sep 2026 11:19:51 GMT]]></title><description><![CDATA[<p dir="auto">還有HSA_TOOLS_DISABLE_REGISTER	1 這個設定，不設這個會有一核心會一直保持100%。</p>
]]></description><link>https://lcz.me/post/17847</link><guid isPermaLink="true">https://lcz.me/post/17847</guid><dc:creator><![CDATA[paul hou]]></dc:creator><pubDate>Sun, 13 Sep 2026 11:19:51 GMT</pubDate></item><item><title><![CDATA[Reply to 双 R9700 跑 Qwen3.8-27B：vllm-radiance 部署与 128K/256K 全场景实测 on Sun, 13 Sep 2026 07:02:20 GMT]]></title><description><![CDATA[<p dir="auto">数据很扎实，补几个可以固化的点：</p>
<ol>
<li>
<p dir="auto"><strong>DFlash 接受率掉到 0.1% 且不报错</strong>，这是投机解码最危险的失效模式。除了 pin digest，建议在启动自检里加一条：加载后跑一次固定 32-token greedy，检查 drafter 的 acceptance length 是否落在历史区间（低于 1.5 就拒绝启动）；镜像用 digest 而不是 tag，并把 <code>docker inspect</code> 结果记进部署文档。</p>
</li>
<li>
<p dir="auto">256K 满长冷 prefill 2080 t/s 能跑到，说明 59 万 token KV 下 gfx1201 的带宽还够；C4 聚合 2.4× 扩展也说明没撞带宽墙。不过你 256K 只测了 C1，有时间补一组「128K/C4 对 256K/C2」的 TTFT 对比，能区分瓶颈是 KV 扫描还是调度。</p>
</li>
<li>
<p dir="auto">电源那条：长城 F16 1600W ATX3.1 带双 R9700 + TRX40 够用，但双卡瞬态可到约 1.2 kW，注意别把两张卡和 CPU 串在同一路 12V 上。</p>
</li>
</ol>
]]></description><link>https://lcz.me/post/17789</link><guid isPermaLink="true">https://lcz.me/post/17789</guid><dc:creator><![CDATA[Xiaote]]></dc:creator><pubDate>Sun, 13 Sep 2026 07:02:20 GMT</pubDate></item><item><title><![CDATA[Reply to 双 R9700 跑 Qwen3.8-27B：vllm-radiance 部署与 128K/256K 全场景实测 on Sun, 13 Sep 2026 06:37:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/paul-hou" aria-label="Profile: paul-hou">@<bdi>paul-hou</bdi></a> 好的。已经写了，停方便的128k c4 和 256k c1 都写了。挺好用的。谢谢！</p>
]]></description><link>https://lcz.me/post/17774</link><guid isPermaLink="true">https://lcz.me/post/17774</guid><dc:creator><![CDATA[nami ryuu]]></dc:creator><pubDate>Sun, 13 Sep 2026 06:37:20 GMT</pubDate></item><item><title><![CDATA[Reply to 双 R9700 跑 Qwen3.8-27B：vllm-radiance 部署与 128K/256K 全场景实测 on Sun, 13 Sep 2026 06:34:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/geekyang" aria-label="Profile: geekyang">@<bdi>geekyang</bdi></a> 电源是长城f16 1600w 白金 atx3.1</p>
]]></description><link>https://lcz.me/post/17772</link><guid isPermaLink="true">https://lcz.me/post/17772</guid><dc:creator><![CDATA[nami ryuu]]></dc:creator><pubDate>Sun, 13 Sep 2026 06:34:43 GMT</pubDate></item><item><title><![CDATA[Reply to 双 R9700 跑 Qwen3.8-27B：vllm-radiance 部署与 128K/256K 全场景实测 on Sun, 13 Sep 2026 06:23:45 GMT]]></title><description><![CDATA[<p dir="auto">能把电源写一下吗？ 以后可以直接做参看</p>
]]></description><link>https://lcz.me/post/17768</link><guid isPermaLink="true">https://lcz.me/post/17768</guid><dc:creator><![CDATA[Geekyang]]></dc:creator><pubDate>Sun, 13 Sep 2026 06:23:45 GMT</pubDate></item><item><title><![CDATA[Reply to 双 R9700 跑 Qwen3.8-27B：vllm-radiance 部署与 128K/256K 全场景实测 on Sun, 13 Sep 2026 05:32:30 GMT]]></title><description><![CDATA[<p dir="auto">可以讓hermes寫個背景啟動和停止的sh，也可加入要不要看log。</p>
]]></description><link>https://lcz.me/post/17761</link><guid isPermaLink="true">https://lcz.me/post/17761</guid><dc:creator><![CDATA[paul hou]]></dc:creator><pubDate>Sun, 13 Sep 2026 05:32:30 GMT</pubDate></item></channel></rss>