<?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[X99 Dual 7900 XTX + DFlash Qwen3.6-27B 實測]]></title><description><![CDATA[<p dir="auto">X99 Dual 7900 XTX + DFlash Qwen3.6-27B 實測</p>
<p dir="auto"><img src="https://upload.lcz.me/uploads/c14b2792-d266-4e48-b83d-bc8253e083a9.jpg" alt="photo_2026-05-21_09-50-59.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">硬體： X99底板 + 2張 AMD RX 7900 XTX 顯示卡 (每張24GB RAM) + ROCm 7.2.3<br />
模型： Qwen3.6-27B Q4_K_M (~16GB，官方原版)<br />
加速模型： dflash-draft-3.6-q8_0 (~1.8GB)<br />
框架： DFlash (lucebox-hub)</p>
<p dir="auto">乜嘢係 DFlash？</p>
<p dir="auto">想像你打字好慢，但身邊有個助手（Draft 模型）可以幫你估你會打乜，你每次出 1 個字，佢就估下一句 10 個字。你只需睇一眼確認啱唔啱，啱就跳過 — 唔使逐個字打，咁就快好多。</p>
<p dir="auto">呢個就係「speculative decode」嘅概念。</p>
<p dir="auto">花咗好多時間發現嘅重點</p>
<p dir="auto">DFlash 入面有啲叫「Phase 2」嘅加速 kernel，第一次 compile 嗰陣唔小心關咗，搞到慢咗成 1.7 倍。要手動開返先正常。</p>
<p dir="auto">速度結果</p>
<p dir="auto">普通模式（兩張卡分工）</p>
<p dir="auto">• 測試模式: 普通模式（兩張卡分工）</p>
<p dir="auto">• 記憶長度: 4K</p>
<p dir="auto">• 速度: 18 tokens/s</p>
<p dir="auto">• 對比普通模式: 1.00x（基準）</p>
<p dir="auto">DFlash 加速（最佳設定）</p>
<p dir="auto">• 測試模式: DFlash 加速（最佳設定）</p>
<p dir="auto">• 記憶長度: 4K</p>
<p dir="auto">• 速度: 52 tokens/s</p>
<p dir="auto">• 對比普通模式: 2.88x <img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/1f680.png?v=9786174bac0" class="not-responsive emoji emoji-android emoji--rocket" style="height:23px;width:auto;vertical-align:middle" title="🚀" alt="🚀" /></p>
<p dir="auto">DFlash 加速</p>
<p dir="auto">• 測試模式: DFlash 加速</p>
<p dir="auto">• 記憶長度: 128K</p>
<p dir="auto">• 速度: 50 tokens/s</p>
<p dir="auto">• 對比普通模式: 2.79x</p>
<p dir="auto">DFlash 加速</p>
<p dir="auto">• 測試模式: DFlash 加速</p>
<p dir="auto">• 記憶長度: 256K</p>
<p dir="auto">• 速度: 50 tokens/s</p>
<p dir="auto">• 對比普通模式: 2.77x</p>
<p dir="auto">有幾快？ 普通模式每秒出 18 個字，開 DFlash 後每秒出 50 個字，快差唔多 3 倍。</p>
<p dir="auto">256K 長度係幾多？ 大約等於半本《三體》嘅長度。就算模型要記咁多嘢，速度都幾乎冇跌（51 → 50 tokens/s），只慢 4%。</p>
<p dir="auto">技術用語解碼</p>
<ul>
<li>Token = AI 模型嘅「字詞單位」，一個中文字大約 1-2 個 token</li>
<li>tok/s (tokens per second) = 每秒生成幾多個字，越高越快</li>
<li>Context / ctx = 模型記得幾多內容，256K ≈ 約 20 萬中文字</li>
<li>GGUF = 模型檔案格式，類似 .mp4 但係俾 AI 用</li>
<li>ROCm = AMD 版嘅 CUDA，俾顯示卡做 AI 計算</li>
<li>q4_0 = 壓縮率，將 16GB 模型壓細嘅程度，q4_0 用 4-bit 儲存，慳位又快</li>
<li>AR baseline (Autoregressive) = 普通逐個字生成模式，最慢但最穩</li>
<li>Budget = DFlash 助手每次幫你估幾多個字，10 係最理想</li>
<li>Draft-feature-mirror = 一個「對齊」功能，令助手嘅估算更加準確，快多 30%</li>
<li>Dual-split = 兩張卡各做一半運算，分擔 workload</li>
</ul>
<p dir="auto">最佳指令（for 技術讀者）</p>
<p dir="auto">./build/test_dflash &lt;target.gguf&gt; &lt;draft.gguf&gt; &lt;prompt.bin&gt; 512 &lt;out.bin&gt; <br />
--ddtree --ddtree-budget=10 --fast-rollback <br />
--target-gpu=0 --draft-gpu=1 <br />
-ctv q4_0 -ctk q4_0 <br />
--max-ctx=262144 --draft-feature-mirror</p>
]]></description><link>https://lcz.me/topic/238/x99-dual-7900-xtx-dflash-qwen3.6-27b-實測</link><generator>RSS for Node</generator><lastBuildDate>Mon, 27 Jul 2026 00:37:04 GMT</lastBuildDate><atom:link href="https://lcz.me/topic/238.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 20 May 2026 17:52:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to X99 Dual 7900 XTX + DFlash Qwen3.6-27B 實測 on Fri, 22 May 2026 13:40:40 GMT]]></title><description><![CDATA[<p dir="auto">楼主讲的是粤语阿。。香港朋友</p>
]]></description><link>https://lcz.me/post/3112</link><guid isPermaLink="true">https://lcz.me/post/3112</guid><dc:creator><![CDATA[陈鸿]]></dc:creator><pubDate>Fri, 22 May 2026 13:40:40 GMT</pubDate></item><item><title><![CDATA[Reply to X99 Dual 7900 XTX + DFlash Qwen3.6-27B 實測 on Fri, 22 May 2026 11:57:03 GMT]]></title><description><![CDATA[<p dir="auto">唔错，多D分享，老乡</p>
]]></description><link>https://lcz.me/post/3093</link><guid isPermaLink="true">https://lcz.me/post/3093</guid><dc:creator><![CDATA[y2k]]></dc:creator><pubDate>Fri, 22 May 2026 11:57:03 GMT</pubDate></item><item><title><![CDATA[Reply to X99 Dual 7900 XTX + DFlash Qwen3.6-27B 實測 on Fri, 22 May 2026 05:27:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stakira" aria-label="Profile: stakira">@<bdi>stakira</bdi></a> 可以。又不是你的机器。加上显卡不是涡轮的。怕什么</p>
]]></description><link>https://lcz.me/post/3005</link><guid isPermaLink="true">https://lcz.me/post/3005</guid><dc:creator><![CDATA[williamlouis]]></dc:creator><pubDate>Fri, 22 May 2026 05:27:20 GMT</pubDate></item><item><title><![CDATA[Reply to X99 Dual 7900 XTX + DFlash Qwen3.6-27B 實測 on Fri, 22 May 2026 05:09:14 GMT]]></title><description><![CDATA[<p dir="auto">这散热真的行吗？</p>
]]></description><link>https://lcz.me/post/2996</link><guid isPermaLink="true">https://lcz.me/post/2996</guid><dc:creator><![CDATA[stakira]]></dc:creator><pubDate>Fri, 22 May 2026 05:09:14 GMT</pubDate></item><item><title><![CDATA[Reply to X99 Dual 7900 XTX + DFlash Qwen3.6-27B 實測 on Wed, 20 May 2026 19:23:28 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> 是的，有图有真相，洋洋洒洒一大堆，我也是借助翻译才看到，论坛需要的是带有实战截图参考的文档，大家可以放心跟着折腾。</p>
]]></description><link>https://lcz.me/post/2809</link><guid isPermaLink="true">https://lcz.me/post/2809</guid><dc:creator><![CDATA[terry]]></dc:creator><pubDate>Wed, 20 May 2026 19:23:28 GMT</pubDate></item><item><title><![CDATA[Reply to X99 Dual 7900 XTX + DFlash Qwen3.6-27B 實測 on Wed, 20 May 2026 18:05:19 GMT]]></title><description><![CDATA[<p dir="auto">我竟然需要翻译才能仔细看你在说什么。顶。来点实测的截图。谢谢。</p>
]]></description><link>https://lcz.me/post/2799</link><guid isPermaLink="true">https://lcz.me/post/2799</guid><dc:creator><![CDATA[williamlouis]]></dc:creator><pubDate>Wed, 20 May 2026 18:05:19 GMT</pubDate></item></channel></rss>