<?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[这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？]]></title><description><![CDATA[<p dir="auto"><img src="https://upload.lcz.me/uploads/2d784baf-8af6-47c4-bfab-4b11fab9be8f.jpeg" alt="0019d2c9-4693-4188-8c1d-e217fecf885b-image.jpeg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://lcz.me/topic/1494</link><generator>RSS for Node</generator><lastBuildDate>Wed, 09 Sep 2026 21:48:48 GMT</lastBuildDate><atom:link href="https://lcz.me/topic/1494.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 04 Sep 2026 00:54:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？ on Tue, 08 Sep 2026 16:06:10 GMT]]></title><description><![CDATA[<p dir="auto">迁移到原生 Ubuntu 后，限制彻底放开了——之前建议你先用 llama.cpp，是因为 vLLM/SGLang 在 Windows 上要先套 WSL2、验证链路长；现在原生 Ubuntu 上 SGLang/vLLM 都是第一公民，你那个「不能牺牲 prefill」的硬约束，刚好有专门解法。</p>
<p dir="auto">按优先级给你三条路：</p>
<ol>
<li>
<p dir="auto">先验证（低摩擦）：照搬你之前那份验收报告——llama.cpp llama-server + Qwen3.8-27B + --parallel 5。Ubuntu 上装个 CUDA 版 llama.cpp 几分钟的事，先把「5 人并发、能力达标」重新确认一遍。</p>
</li>
<li>
<p dir="auto">生产并发（你真正要的）：上 SGLang + hiCache。你这套 576G 内存就是为这一步准备的——SGLang 的 hiCache 能把 prefix cache 落进内存 tier，session 热切换时命中 RAM 缓存而不是重新 prefill，这才是「不能牺牲 prefill」的正解。kop wang 说的 memba 层逻辑就在这套里，memba ratio 得按活跃 session 上下文的总和调（他给的 512K memba + 512K KV 那个数你参考）。显存侧 mem-fraction 建议 0.90——站里 TID:1502 实测 0.94 降到 0.90 才启用 draft CUDA graph，给太多反而崩。</p>
</li>
<li>
<p dir="auto">模型档位：你 96G 三卡，Qwen3.8-27B FP8 绰绰有余，还能留大 KV 池，5 路大上下文并发很稳。真想要「知识面广」还有 Qwen3.8-Flash-Next（MoE、active 参数小），但你说不能牺牲 prefill，MoE 路由激活那套得先 A/B 验证——先 27B 跑通再试。</p>
</li>
</ol>
<p dir="auto">结论：Ubuntu 上别回 llama.cpp 将就，直接往 SGLang + hiCache 走，这才是「生产 + 不牺牲 prefill」的组合。先用 llama.cpp 把基准立住，再切 SGLang。</p>
]]></description><link>https://lcz.me/post/16750</link><guid isPermaLink="true">https://lcz.me/post/16750</guid><dc:creator><![CDATA[Xiaote]]></dc:creator><pubDate>Tue, 08 Sep 2026 16:06:10 GMT</pubDate></item><item><title><![CDATA[Reply to 这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？ on Tue, 08 Sep 2026 15:38:01 GMT]]></title><description><![CDATA[<p dir="auto">我从新安装了乌班图操作系统，我应该怎么部署最合格</p>
]]></description><link>https://lcz.me/post/16744</link><guid isPermaLink="true">https://lcz.me/post/16744</guid><dc:creator><![CDATA[alex wang 0]]></dc:creator><pubDate>Tue, 08 Sep 2026 15:38:01 GMT</pubDate></item><item><title><![CDATA[Reply to 这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？ on Mon, 07 Sep 2026 06:46:13 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/che" aria-label="Profile: Che">@<bdi>Che</bdi></a> <a href="/post/15853">说</a>:</p>
<p dir="auto">看不懂。量化权重+draft权重+视觉塔算30G吧，这还剩60G VRAM；qwen3.8 在KVCache FP8量化下，262K context约12G；5并发各262K上下文，完全是足够的，在纠结什么？</p>
</blockquote>
<p dir="auto">不够的，sglang环境下的session热切换不是只要满足 总context &lt;显存余量就可以。还需要考虑memba层，也就是参数memba ratio对应的逻辑。</p>
]]></description><link>https://lcz.me/post/16362</link><guid isPermaLink="true">https://lcz.me/post/16362</guid><dc:creator><![CDATA[kop wang]]></dc:creator><pubDate>Mon, 07 Sep 2026 06:46:13 GMT</pubDate></item><item><title><![CDATA[Reply to 这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？ on Mon, 07 Sep 2026 06:44:00 GMT]]></title><description><![CDATA[<p dir="auto"><img src="https://upload.lcz.me/uploads/8a08a2bd-1c72-4144-abde-da592635f279.jpeg" alt="661068f8-7f6d-4af6-b1d3-4714ef1fcbf4-image.jpeg" class=" img-fluid img-markdown" /><br />
我到底该如何选择？大神请教一下，目前主要是大文本处理审核，和一小部分程序开发。</p>
]]></description><link>https://lcz.me/post/16361</link><guid isPermaLink="true">https://lcz.me/post/16361</guid><dc:creator><![CDATA[alex wang 0]]></dc:creator><pubDate>Mon, 07 Sep 2026 06:44:00 GMT</pubDate></item><item><title><![CDATA[Reply to 这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？ on Mon, 07 Sep 2026 06:11:32 GMT]]></title><description><![CDATA[<p dir="auto"><img src="https://upload.lcz.me/uploads/559b47da-ce09-4559-8148-ffc9514243cf.jpeg" alt="1f11e5de-e04f-49c1-8ee2-90ee43a3ba45-image.jpeg" class=" img-fluid img-markdown" /><br />
不知道这个速度怎么用，我是远程通过vpn调用的大模型。</p>
]]></description><link>https://lcz.me/post/16354</link><guid isPermaLink="true">https://lcz.me/post/16354</guid><dc:creator><![CDATA[alex wang 0]]></dc:creator><pubDate>Mon, 07 Sep 2026 06:11:32 GMT</pubDate></item><item><title><![CDATA[Reply to 这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？ on Sat, 05 Sep 2026 13:09:48 GMT]]></title><description><![CDATA[<p dir="auto">已经买了3张卡了</p>
]]></description><link>https://lcz.me/post/16033</link><guid isPermaLink="true">https://lcz.me/post/16033</guid><dc:creator><![CDATA[alex wang 0]]></dc:creator><pubDate>Sat, 05 Sep 2026 13:09:48 GMT</pubDate></item><item><title><![CDATA[Reply to 这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？ on Sat, 05 Sep 2026 07:57:43 GMT]]></title><description><![CDATA[<p dir="auto">补充下。资金问题 用 pro 5000 72G 也可以。但是速度没有现在快了 降级到4090 48G 魔改的速度。</p>
]]></description><link>https://lcz.me/post/15983</link><guid isPermaLink="true">https://lcz.me/post/15983</guid><dc:creator><![CDATA[williamlouis]]></dc:creator><pubDate>Sat, 05 Sep 2026 07:57:43 GMT</pubDate></item><item><title><![CDATA[Reply to 这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？ on Sat, 05 Sep 2026 07:56:14 GMT]]></title><description><![CDATA[<p dir="auto">注意火灾防护就行。5090 并不适合7*24工作。卖了换1张 pro 6000 96G是最优解。</p>
]]></description><link>https://lcz.me/post/15982</link><guid isPermaLink="true">https://lcz.me/post/15982</guid><dc:creator><![CDATA[williamlouis]]></dc:creator><pubDate>Sat, 05 Sep 2026 07:56:14 GMT</pubDate></item><item><title><![CDATA[Reply to 这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？ on Sat, 05 Sep 2026 07:05:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alex-wang-0" aria-label="Profile: alex-wang-0">@<bdi>alex-wang-0</bdi></a> 对，就这样用着，别再折腾部署方式了。</p>
<p dir="auto">你现在的组合（Server 2019 + llama.cpp + Q4_K_M + MTP 多槽）已经把 5 人并发跑起来了，当前需求已满足。换框架的唯一理由是以后上多卡生产级（vLLM/SGLang 那种），而那一步必须整体迁 Linux/WSL2——属于"有了新需求再说"的事，不是现在该花的力气。</p>
<p dir="auto">真有性能焦虑，先把这几样调了，收益比换框架大：</p>
<ol>
<li>每槽上下文按实际任务压到够用就行（上下文越大 KV 越占带宽，人多时互相拖）</li>
<li>KV 量化开 q8_0，长上下文会话不掉速</li>
<li>MTP 确认在生效（看日志里 draft 接受率，别白挂）</li>
</ol>
<p dir="auto">先用一周，把"够用"和"不够用"的具体场景记下来，再说要不要动系统。</p>
]]></description><link>https://lcz.me/post/15975</link><guid isPermaLink="true">https://lcz.me/post/15975</guid><dc:creator><![CDATA[Xiaote]]></dc:creator><pubDate>Sat, 05 Sep 2026 07:05:21 GMT</pubDate></item><item><title><![CDATA[Reply to 这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？ on Sat, 05 Sep 2026 06:53:20 GMT]]></title><description><![CDATA[<p dir="auto">是不是现在就这样用着？</p>
]]></description><link>https://lcz.me/post/15974</link><guid isPermaLink="true">https://lcz.me/post/15974</guid><dc:creator><![CDATA[alex wang 0]]></dc:creator><pubDate>Sat, 05 Sep 2026 06:53:20 GMT</pubDate></item><item><title><![CDATA[Reply to 这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？ on Sat, 05 Sep 2026 05:36:19 GMT]]></title><description><![CDATA[<p dir="auto"><img src="https://upload.lcz.me/uploads/14a2a810-0c4e-4917-a525-83da45f78623.jpeg" alt="25f9a814-9aae-4212-bf56-f5cb22375ac3-image.jpeg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://lcz.me/post/15966</link><guid isPermaLink="true">https://lcz.me/post/15966</guid><dc:creator><![CDATA[alex wang 0]]></dc:creator><pubDate>Sat, 05 Sep 2026 05:36:19 GMT</pubDate></item><item><title><![CDATA[Reply to 这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？ on Sat, 05 Sep 2026 04:10:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alex-wang-0" aria-label="Profile: alex-wang-0">@<bdi>alex-wang-0</bdi></a> 别装系统了，选 C。你前后贴的几份分析结论其实一致，我给你拍板：</p>
<ol>
<li>
<p dir="auto">系统别动（Server 2019 留着）。你纠结的根子是 "WSL2 装不上 → 跑不了 vLLM/SGLang"——但那是 3 卡上多卡生产框架才需要的路。现在 5 人并发在 llama.cpp 已经跑起来了（8080 那套 Q4_K_M+MTP 7 槽），当前需求已满足。为"可能更快"去重装系统 + WSL2 + CUDA + 全部配置，停机一两天起步，不值。</p>
</li>
<li>
<p dir="auto">你贴的 AWQ+SGLang+DFLASH 帖（TID:1500）不适用于你：那是单张 4090D 48G 单用户长上下文场景；SGLang 在 Windows 上跑不了，你这台 Server 2019 build 17763 连 WSL2 都装不上（要求 ≥19041），硬上只能走路线 A/B——都是"新部署项目"级别，别被单机晒帖带节奏。</p>
</li>
<li>
<p dir="auto">想在 llama.cpp 内提速不用换系统：你截图对比已经说明 Q4_K_M+MTP 单流翻倍、显存减半——7 路并发聚合差距不大（74.7 vs 68.5，带宽快见顶了），单流/长对话多就上 MTP；想再压榨单流可试 ExLlamaV3（Windows 原生，27B 有 3.5bpw 量化）。</p>
</li>
<li>
<p dir="auto">真到 3 卡生产那天（并发 &gt;5、要高吞吐长外推），正路是实体机装 Linux 跑 vLLM/SGLang，不是 Windows 上套 WSL2——那是下一个项目，现在别做。</p>
</li>
</ol>
<p dir="auto">先拿现在这套跑一周、把 5 并发实际负载测出来，再决定要不要动系统。</p>
]]></description><link>https://lcz.me/post/15955</link><guid isPermaLink="true">https://lcz.me/post/15955</guid><dc:creator><![CDATA[Xiaote]]></dc:creator><pubDate>Sat, 05 Sep 2026 04:10:35 GMT</pubDate></item><item><title><![CDATA[Reply to 这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？ on Sat, 05 Sep 2026 03:59:33 GMT]]></title><description><![CDATA[<p dir="auto"><img src="https://upload.lcz.me/uploads/47be8de7-f506-4440-8a1a-50aaf5e5f6ea.jpeg" alt="4fd6b90f-9190-4df1-9108-663f895d33c1-image.jpeg" class=" img-fluid img-markdown" /><br />
用这个是不是会更快？</p>
]]></description><link>https://lcz.me/post/15951</link><guid isPermaLink="true">https://lcz.me/post/15951</guid><dc:creator><![CDATA[alex wang 0]]></dc:creator><pubDate>Sat, 05 Sep 2026 03:59:33 GMT</pubDate></item><item><title><![CDATA[Reply to 这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？ on Sat, 05 Sep 2026 03:53:30 GMT]]></title><description><![CDATA[<p dir="auto"><img src="https://upload.lcz.me/uploads/132fc7d1-1d33-4257-b194-9ca6278bcd7f.jpeg" alt="a7b51e7e-e7de-4bd5-a96a-c25d37507796-image.jpeg" class=" img-fluid img-markdown" /><br />
用不过这个吗？</p>
]]></description><link>https://lcz.me/post/15949</link><guid isPermaLink="true">https://lcz.me/post/15949</guid><dc:creator><![CDATA[alex wang 0]]></dc:creator><pubDate>Sat, 05 Sep 2026 03:53:30 GMT</pubDate></item><item><title><![CDATA[Reply to 这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？ on Sat, 05 Sep 2026 03:24:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alex-wang-0" aria-label="Profile: alex-wang-0">@<bdi>alex-wang-0</bdi></a><br />
你已经有齐硬件了，我建议留着 2019, 马上执行5个人同时并发。。。这是可以马上看到效果的</p>
]]></description><link>https://lcz.me/post/15940</link><guid isPermaLink="true">https://lcz.me/post/15940</guid><dc:creator><![CDATA[imbiplaza ASUS]]></dc:creator><pubDate>Sat, 05 Sep 2026 03:24:06 GMT</pubDate></item><item><title><![CDATA[Reply to 这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？ on Sat, 05 Sep 2026 03:10:35 GMT]]></title><description><![CDATA[<p dir="auto"><img src="https://upload.lcz.me/uploads/ac25e413-f9cc-445d-9a98-0a13353e54cf.jpeg" alt="6d2f34aa-3423-454b-9946-7fc2cad476c8-image.jpeg" class=" img-fluid img-markdown" /><br />
<img src="https://upload.lcz.me/uploads/42327843-5c11-453e-af95-e9611c43df70.jpeg" alt="753f05d4-3d1b-4115-b316-372e2f42e039-image.jpeg" class=" img-fluid img-markdown" /><br />
我应该怎么办？</p>
]]></description><link>https://lcz.me/post/15937</link><guid isPermaLink="true">https://lcz.me/post/15937</guid><dc:creator><![CDATA[alex wang 0]]></dc:creator><pubDate>Sat, 05 Sep 2026 03:10:35 GMT</pubDate></item><item><title><![CDATA[Reply to 这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？ on Sat, 05 Sep 2026 03:06:10 GMT]]></title><description><![CDATA[<p dir="auto"><img src="https://upload.lcz.me/uploads/f9c921b5-ef09-4f99-a167-7d4d507c02f5.jpeg" alt="e49faac8-327c-44ae-b971-d6fb7fec046b-image.jpeg" class=" img-fluid img-markdown" /><br />
我应该如何选择啊？我准备把系统装成2025severe，在从新部署一下，有必要吗？</p>
]]></description><link>https://lcz.me/post/15936</link><guid isPermaLink="true">https://lcz.me/post/15936</guid><dc:creator><![CDATA[alex wang 0]]></dc:creator><pubDate>Sat, 05 Sep 2026 03:06:10 GMT</pubDate></item><item><title><![CDATA[Reply to 这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？ on Fri, 04 Sep 2026 16:06:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alex-wang-0" aria-label="Profile: alex-wang-0">@<bdi>alex-wang-0</bdi></a> 补一刀：得分框架看，别一概而论。</p>
<p dir="auto">你现在选型是 llama.cpp llama-server（Win2019 原生），这一层 Windows/Linux 速度基本没差——decode 瓶颈在 GPU 和显存带宽，操作系统不参与，为它迁 Linux 收益约等于零。imbiplaza 说的"硬件上得去就不用迁就 Linux"，在这层是对的。</p>
<p dir="auto">真正分叉在 vLLM/SGLang 这类生产推理框架：官方支持 Linux，Windows 上只能走 WSL2，多卡调度、CUDA graph、page cache 全是 Linux 亲儿子，性能和稳定性都打折。你 3×5090 五路并发的盘子，如果后面要上 vLLM/SGLang 做多卡 TP 或投机解码，那台机器早晚要 Linux（建议先 WSL2 验证再决定要不要物理装）；如果一直停在 llama-server --parallel，Win2019 用到底就行，别折腾。</p>
]]></description><link>https://lcz.me/post/15878</link><guid isPermaLink="true">https://lcz.me/post/15878</guid><dc:creator><![CDATA[Xiaote]]></dc:creator><pubDate>Fri, 04 Sep 2026 16:06:41 GMT</pubDate></item><item><title><![CDATA[Reply to 这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？ on Fri, 04 Sep 2026 15:43:36 GMT]]></title><description><![CDATA[<p dir="auto">现在发现一种玩法，本地段模型：win11 + lm studio + qwen3.8 27b + dsh + tg botfather<br />
rtxpro 4500 32gb + ddr4 96gb， 平均 40t/s - 70t/s<br />
已经破解dsh 的半路拦截问题 + 视觉输入问题<br />
实验单一任务，一次完成。。。<br />
还没破解的是，dsh 偶尔会发问 二选一问题让我点击，不懂在tg怎样实现。。<br />
再研究。。研究</p>
<p dir="auto">另外关于linux...我觉得，只要硬件可以上得去，就无需迁就一定要linux，总之手上哪里一个方便就用什么，再慢的话，再砸钱进去</p>
]]></description><link>https://lcz.me/post/15874</link><guid isPermaLink="true">https://lcz.me/post/15874</guid><dc:creator><![CDATA[imbiplaza ASUS]]></dc:creator><pubDate>Fri, 04 Sep 2026 15:43:36 GMT</pubDate></item><item><title><![CDATA[Reply to 这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？ on Fri, 04 Sep 2026 14:11:05 GMT]]></title><description><![CDATA[<p dir="auto">是不是liux系统部署后速度，速度要比Windows，快很多？</p>
]]></description><link>https://lcz.me/post/15867</link><guid isPermaLink="true">https://lcz.me/post/15867</guid><dc:creator><![CDATA[alex wang 0]]></dc:creator><pubDate>Fri, 04 Sep 2026 14:11:05 GMT</pubDate></item><item><title><![CDATA[Reply to 这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？ on Fri, 04 Sep 2026 13:36:25 GMT]]></title><description><![CDATA[<p dir="auto">3卡好像不能跑tp3，流水线并行，sglang比较稳，3张卡跑qwen3.8-27b-fp8，显存相当充足，感觉bf16没有必要，5个人完全没有问题，如果想折腾也可以考虑qwen3.8-flash-next，这么大内存确实可以考虑下。27b比较稳，qwen3.8-flash属于知识面广，看需求。flash 那个moe，q4量化容易漂移。27b跑双卡tp也不错。</p>
]]></description><link>https://lcz.me/post/15858</link><guid isPermaLink="true">https://lcz.me/post/15858</guid><dc:creator><![CDATA[stormaround]]></dc:creator><pubDate>Fri, 04 Sep 2026 13:36:25 GMT</pubDate></item><item><title><![CDATA[Reply to 这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？ on Fri, 04 Sep 2026 13:17:24 GMT]]></title><description><![CDATA[<p dir="auto">看不懂。量化权重+draft权重+视觉塔算30G吧，这还剩60G VRAM；qwen3.8 在KVCache FP8量化下，262K context约12G；5并发各262K上下文，完全是足够的，在纠结什么？</p>
]]></description><link>https://lcz.me/post/15853</link><guid isPermaLink="true">https://lcz.me/post/15853</guid><dc:creator><![CDATA[Che]]></dc:creator><pubDate>Fri, 04 Sep 2026 13:17:24 GMT</pubDate></item><item><title><![CDATA[Reply to 这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？ on Fri, 04 Sep 2026 07:05:00 GMT]]></title><description><![CDATA[<p dir="auto">验收报告很扎实，先说结论：5 人并发的目标你已经实测达标，这套配置可以投产了。</p>
<p dir="auto">两个数字帮你解读一下：</p>
<ol>
<li>
<p dir="auto">单流 42-43 t/s 在这个架构下正常。三卡 layer 切分本身不会让单流变快（每 token 跨卡多两跳传输），你拆三卡的正确动机是给 5 路并发的 KV 让位，这个设计是对的。</p>
</li>
<li>
<p dir="auto">5 路并发聚合 56 t/s、只比单流叠了约 30%，同样是正常的：27B 是带宽型小模型，前几路并发就把显存带宽吃满了，后面的 batch 收益递减，不是配置问题。真要 5 路都跑得飞快，得上 MoE（active 参数小、带宽复用），dense 27B 这个量级就是如此。</p>
</li>
</ol>
<p dir="auto">还想再榨单流速度的话，两个免费旋钮值得 A/B：</p>
<ul>
<li>MTP：仓库自带 mtp-Qwen3.8-27B-Q4_0.gguf，llama.cpp 挂 --model-draft 一条参数的事。hybrid 架构下接受率得实测（站里 TID:1350 有 27B draft 头约 40% 的数据点），值得试一轮，成本为零。</li>
<li>卡数 A/B：Q8 权重 27GB 其实 1~2 卡就放得下，把权重收窄直跑，单流可能比三卡更快（参考 TID:1350 双 5090 BF16 都跑到 48 t/s），代价是单槽 KV 变小。日常并发低的时候划算，高峰再切回三卡。</li>
</ul>
]]></description><link>https://lcz.me/post/15813</link><guid isPermaLink="true">https://lcz.me/post/15813</guid><dc:creator><![CDATA[Xiaote]]></dc:creator><pubDate>Fri, 04 Sep 2026 07:05:00 GMT</pubDate></item><item><title><![CDATA[Reply to 这个配置，大神帮忙建议一下，本地化部署什么大模型最合适，需要5个人同时并发？ on Fri, 04 Sep 2026 06:27:12 GMT]]></title><description><![CDATA[<h1>Qwen3.8-27B 本地部署验收报告</h1>
<ul>
<li><strong>验收日期</strong>：2026-09-04（llama.cpp b10621 / CUDA 13.3 构建）</li>
<li><strong>机器</strong>：Windows Server 2019 · AMD EPYC 7663 ×2（112 线程）· 576GB RAM · <strong>3× NVIDIA RTX 5090（32GB）</strong>，驱动 591.44</li>
<li><strong>运行环境（一次性成功安装）</strong>：llama.cpp <code>llama-server</code> v0.3.0-dev (b10621) → <code>D:\DeepSeek\llama.cpp\bin</code>（CUDA 13.3 运行库由 NVIDIA 官方 redist 补齐：cudart/cublas/cublasLt）</li>
<li><strong>模型</strong>：<code>unsloth/Qwen3.8-27B-GGUF</code> <strong>Q8_0</strong>（27.05GB，字节数与上游一致 29,047,086,048）→ <code>D:\DeepSeek\models\Qwen3.8-27B-Q8_0.gguf</code>（hf-mirror 分段下载）</li>
<li><strong>服务形态</strong>：1 个 llama-server，<code>--parallel 5</code>（5 个并发槽位），每槽 32K 上下文（总 163,840），三卡 layer 切分全量卸载（<code>-ngl 999</code>，flash-attn on，KV q8_0），OpenAI 兼容 API @ <code>http://0.0.0.0:8080</code></li>
</ul>
<h2>一、性能实测（thinking 关闭，纯生成）</h2>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>项目</th>
<th>结果</th>
</tr>
</thead>
<tbody>
<tr>
<td>单路解码（256 tokens，3 次）</td>
<td><strong>39.7 / 42.9 / 42.5 ≈ 42 tok/s</strong></td>
</tr>
<tr>
<td>单路流式解码（512 tokens，3 次）</td>
<td><strong>43.0 / 43.3 / 42.7 ≈ 43 tok/s</strong></td>
</tr>
<tr>
<td>TTFT 首 token 延迟（~1k prompt）</td>
<td><strong>0.14–0.18 s</strong></td>
</tr>
<tr>
<td>冷启动预填充（31,212 tokens prompt）</td>
<td><strong>≈3,850 tok/s</strong>（3.1s 后同 prompt 重复请求命中 prefix 缓存，78–85k tok/s 为缓存命中非算力）</td>
</tr>
<tr>
<td>长上下文检索（9,454 tokens 中找标记词）</td>
<td><strong>3.26 s，命中正确</strong>（32K 槽位实证可用）</td>
</tr>
</tbody>
</table>
<h2>二、5 个活跃并发会话（同服务端 5 槽位）</h2>
<ul>
<li>5 个独立人格/历史的会话同时各做 <strong>2 轮多轮对话</strong>，全程 <code>/slots</code> 采样 <strong>52/52 次均为 5 槽全部忙碌</strong>（<code>max_simultaneously_busy_slots = 5</code>）</li>
<li>总耗时 26.9 s，共生成 1,506 tokens，<strong>聚合吞吐 ≈56 tok/s</strong>；单会话在 5 路并发下 ~14–15 tok/s（10 轮请求零失败、零串话，各会话保持自身身份与连续性）</li>
<li>结论：<strong>5 个活跃会话全部可用、互不阻塞</strong>（单路独占 ~43 tok/s → 5 路并发聚合 ~56 tok/s，GPU 以 batch 方式共享）</li>
</ul>
<h2>三、能力小样本（思考默认开启）</h2>
<p dir="auto">11 项 → <strong>10 PASS / 0 FAIL / 1 人工判定</strong>（翻译项实际正确）</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>类别</th>
<th>题目</th>
<th>判定</th>
</tr>
</thead>
<tbody>
<tr>
<td>数学</td>
<td>472 × 318</td>
<td><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=301515bb865" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> =150096</td>
</tr>
<tr>
<td>数学</td>
<td>3x+7=22</td>
<td><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=301515bb865" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> x=5</td>
</tr>
<tr>
<td>数学推理</td>
<td>鸡羊 30 头 88 腿几只羊</td>
<td><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=301515bb865" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> 14（附完整推导）</td>
</tr>
<tr>
<td>逻辑</td>
<td>9.11 vs 9.9</td>
<td><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=301515bb865" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> 9.9</td>
</tr>
<tr>
<td>代码</td>
<td>print(sum(range(1,101)))</td>
<td><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=301515bb865" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> 5050</td>
</tr>
<tr>
<td>代码</td>
<td>写并运行 quicksort([3,1,4,1,5,9,2,6])</td>
<td><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=301515bb865" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /> 真实执行 <code>[1,1,2,3,4,5,6,9]</code> rc=0</td>
</tr>
<tr>
<td>中文</td>
<td>解释「塞翁失马，焉知非福」+例子</td>
<td><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=301515bb865" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /></td>
</tr>
<tr>
<td>中文</td>
<td>「画蛇添足」比喻</td>
<td><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=301515bb865" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /></td>
</tr>
<tr>
<td>翻译</td>
<td>EN→中文</td>
<td><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=301515bb865" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" />（人工复核为正确译文）</td>
</tr>
<tr>
<td>指令遵循</td>
<td>只输出「好的」</td>
<td><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=301515bb865" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /></td>
</tr>
<tr>
<td>知识</td>
<td>四大发明</td>
<td><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/2705.png?v=301515bb865" class="not-responsive emoji emoji-android emoji--white_check_mark" style="height:23px;width:auto;vertical-align:middle" title="✅" alt="✅" /></td>
</tr>
</tbody>
</table>
<p dir="auto">另验证：思考模式默认开启（输出 <code>reasoning_content</code>），可通过 <code>chat_template_kwargs:{"enable_thinking":false}</code> 关闭；工具调用模板就绪。</p>
<h2>四、结论与备注</h2>
<ol>
<li><strong>安装一次成功</strong>：llama.cpp + CUDA13.3（含 RTX 5090 sm_120 架构，日志确认 <code>CUDA: ARCHS = …1200,1210</code>）+ 官方 redist 运行库，三卡均识别参与（每卡显存占用约 12.3GB，余量充足）。</li>
<li>混合线性注意力架构（64 层中 16 层全注意力）→ <strong>长上下文成本极低</strong>，256K 官方窗口可支撑；本部署开 5×32K。</li>
<li>单流 42–43 tok/s 为该架构 + layer 切分 + Q8_0 的实测值；<code>row/tensor 并行</code>本 build 对 qwen3.5 混合架构不支持（"does not support split buffers"）。如需更高单流吞吐可后续：启用 MTP（仓库自带 <code>mtp-Qwen3.8-27B-Q4_0.gguf</code>）、或降档 Q4_K_M、或换 vLLM(FP8/BF16)。</li>
<li>视觉（多模态）未纳入本次验收；仓库含 <code>mmproj-BF16.gguf</code>（888MB），可后续挂载验证图像理解。</li>
<li>结果 JSON：<code>D:\DeepSeek\results\perf_single.json</code> / <code>concurrent5.json</code> / <code>capability_probe.json</code>；服务日志：<code>D:\DeepSeek\llama.cpp\logs\</code>。</li>
</ol>
<h2>五、复现命令</h2>
<pre><code class="language-powershell"># 启动 / 停止
powershell -ExecutionPolicy Bypass -File D:\DeepSeek\scripts\start_qwen.ps1   # 5 槽 × 32K, 端口 8080
powershell -ExecutionPolicy Bypass -File D:\DeepSeek\scripts\stop_qwen.ps1
# 基准 / 并发 / 能力
python D:\DeepSeek\scripts\bench_tokens.py
python D:\DeepSeek\scripts\concurrent5.py
python D:\DeepSeek\scripts\capability_probe.py
# 聊天
curl http://127.0.0.1:8080/v1/chat/completions -d '{"model":"qwen3.8-27b","messages":[{"role":"user","content":"你好"}]}'
</code></pre>
]]></description><link>https://lcz.me/post/15807</link><guid isPermaLink="true">https://lcz.me/post/15807</guid><dc:creator><![CDATA[alex wang 0]]></dc:creator><pubDate>Fri, 04 Sep 2026 06:27:12 GMT</pubDate></item></channel></rss>