<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hopper on Text Matrix</title><link>https://txtmix.com/tags/hopper/</link><description>Recent content in Hopper on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Tue, 21 Jul 2026 20:06:14 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/hopper/index.xml" rel="self" type="application/rss+xml"/><item><title>2×GH200 跑 GLM-5.2：从 2.39 tok/s 到 54.92 tok/s，局部性铁律贯穿全文</title><link>https://txtmix.com/posts/tech/dnhkng-gh200-glm52-expert-offload-and-cpu-question-2026/</link><pubDate>Thu, 25 Jun 2026 13:56:24 +0800</pubDate><guid>https://txtmix.com/posts/tech/dnhkng-gh200-glm52-expert-offload-and-cpu-question-2026/</guid><description>&lt;h1 id="2gh200-跑-glm-52从-239-toks-到-5492-toks局部性铁律贯穿全文">2×GH200 跑 GLM-5.2：从 2.39 tok/s 到 54.92 tok/s，局部性铁律贯穿全文&lt;/h1>
&lt;h2 id="0-学习目标">§0 学习目标&lt;/h2>
&lt;p>完成本文阅读后，你将能够：&lt;/p>
&lt;ol>
&lt;li>&lt;strong>理解 GH200 的内存拓扑&lt;/strong>：掌握双 GH200 系统的四条内存通道（Local HBM、Local Grace LPDDR5X、Remote Grace LPDDR5X、Hopper-to-Hopper）及其带宽差异&lt;/li>
&lt;li>&lt;strong>掌握 expert offload 的 placement 优化&lt;/strong>：理解为什么 naive 部署只有 2.39 tok/s，而 strict local NUMA 能达到 20.31 tok/s（8.5× 提速）&lt;/li>
&lt;li>&lt;strong>理解 MTP 嫁接原理&lt;/strong>：掌握如何将 FP8 MTP 权重嫁接到 AWQ INT4 base 上，让 vLLM 同时识别两种量化路径&lt;/li>
&lt;li>&lt;strong>评估 MTP-3 vs MTP-4 的取舍&lt;/strong>：理解为什么 MTP-3 是&amp;quot;good enough and stable&amp;quot;，而 MTP-4 是&amp;quot;interesting but not a default&amp;quot;&lt;/li>
&lt;li>&lt;strong>应用&amp;quot;局部性铁律&amp;quot;到实际部署&lt;/strong>：能够根据硬件拓扑和模型架构，选择合适的部署配置和量化策略&lt;/li>
&lt;/ol>
&lt;h2 id="05-目录">§0.5 目录&lt;/h2>
&lt;ol>
&lt;li>&lt;a href="#%c2%a70-%e5%ad%a6%e4%b9%a0%e7%9b%ae%e6%a0%87" rel="">§0 学习目标&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%c2%a71-%e5%85%88%e7%bb%99%e5%88%a4%e6%96%ad" rel="">§1 先给判断&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%c2%a72-%e9%98%85%e8%af%bb%e8%b7%af%e5%be%84" rel="">§2 阅读路径&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%c2%a73-%e7%b3%bb%e7%bb%9f%e5%9c%b0%e5%9b%be%e5%9c%a8%e4%b8%80%e5%8f%b0-2gh200-%e4%b8%8a%e8%b7%91-754b-moe" rel="">§3 系统地图&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%c2%a74-%e5%b8%a6%e5%ae%bd%e6%a8%a1%e5%9e%8b%e6%8a%8a-decode-%e4%b8%8a%e9%99%90%e7%ae%97%e6%b8%85%e6%a5%9a%e5%86%8d%e5%bc%80%e6%b5%8b" rel="">§4 带宽模型&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%c2%a75-fp8-%e5%9f%ba%e7%ba%bfplacement-%e4%bf%ae%e4%ba%86-85%c3%97-%e9%80%9f%e5%ba%a6" rel="">§5 FP8 基线&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%c2%a76-fp8--mtpfp8-%e8%87%aa%e5%b7%b1%e7%9a%84-mtp-%e5%8f%97%e7%9b%8a%e6%9c%89%e9%99%90" rel="">§6 FP8 + MTP&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%c2%a77-awq-int4vllm-%e8%b7%91-glm-52-%e7%9a%84%e6%9b%b4%e4%bc%98-base" rel="">§7 AWQ INT4&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%c2%a78-awq--fp8-mtp-%e5%ab%81%e6%8e%a5%e6%9c%ac%e6%96%87%e6%9c%80%e5%a4%a7%e7%9a%84%e5%b7%a5%e7%a8%8b%e5%88%9b%e6%96%b0" rel="">§8 MTP 嫁接&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%c2%a79-cpu-gguf%e8%83%bd%e8%b7%91%e4%bd%86definitely-useless-for-long-generations" rel="">§9 CPU GGUF&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%c2%a710-mtp-%e5%ab%81%e6%8e%a5%e7%9a%84%e8%be%b9%e7%95%8c%e5%a3%b0%e6%98%8e" rel="">§10 MTP 嫁接的边界&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%c2%a711-%e5%86%b3%e7%ad%96%e7%9f%a9%e9%98%b5%e9%80%89%e5%93%aa%e7%a7%8d%e9%85%8d%e7%bd%ae" rel="">§11 决策矩阵&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%c2%a712-%e7%bb%99%e8%af%bb%e8%80%85%e7%9a%84%e4%ba%94%e6%9d%a1%e5%ae%9e%e6%93%8d%e7%bb%8f%e9%aa%8c" rel="">§12 实操经验&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%c2%a713-%e7%b3%bb%e5%88%97%e5%ae%9a%e4%bd%8d%e4%b8%8e%e6%9c%ac%e6%96%87%e8%be%b9%e7%95%8c" rel="">§13 系列定位&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%c2%a714-%e5%85%b3%e9%94%ae%e5%8f%82%e8%80%83" rel="">§14 参考&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%c2%a715-%e5%b8%b8%e8%a7%81%e9%97%ae%e9%a2%98-faq" rel="">§15 FAQ&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%c2%a716-%e8%87%aa%e6%b5%8b%e9%a2%98" rel="">§16 自测题&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%c2%a717-%e7%bb%83%e4%b9%a0" rel="">§17 练习&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%c2%a718-%e8%bf%9b%e9%98%b6%e8%b7%af%e5%be%84" rel="">§18 进阶路径&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%c2%a719-%e4%bc%98%e5%8c%96%e8%af%b4%e6%98%8e" rel="">§19 优化说明&lt;/a>&lt;/li>
&lt;/ol>
&lt;h2 id="1-先给判断">§1 先给判断&lt;/h2>
&lt;p>David Noel Ng（dnhkng）在 GH200 基准测试系列第三篇里，把一个 754B MoE（Mixture of Experts）模型在双 GH200 工作站上从几乎不可用拉到了可用交互速度。整篇文章的核心结论只有一句话：&lt;/p></description></item></channel></rss>