<?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[【求助】关注论坛3个月，没有搞定3090 单卡qwen3.6/3.8 27b模型的生产力部署。求抄作业。]]></title><description><![CDATA[<p dir="auto">如题：3090单卡 32G ubuntu 华南金牌 硬件抄作业的。<br />
目前干活都是deepseek 驱动hermes 。<br />
部署过至少10个 llm ，论坛作业都抄了。<br />
但是和deepseek完全无法比。根本无法像老特说的，可以替代。<br />
现在qwen3.8也发布了。<br />
希望论坛能人贴出自己的满意的启动参数。</p>
]]></description><link>https://lcz.me/topic/1199/求助-关注论坛3个月-没有搞定3090-单卡qwen3.6-3.8-27b模型的生产力部署-求抄作业</link><generator>RSS for Node</generator><lastBuildDate>Sat, 22 Aug 2026 04:41:22 GMT</lastBuildDate><atom:link href="https://lcz.me/topic/1199.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 19 Aug 2026 12:05:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 【求助】关注论坛3个月，没有搞定3090 单卡qwen3.6/3.8 27b模型的生产力部署。求抄作业。 on Thu, 20 Aug 2026 07:32:46 GMT]]></title><description><![CDATA[<p dir="auto">其实我也不懂何谓生产力。。。。只不过最近忙碌外面的生意，偶尔再电脑做一些东西，比如这个minimax director cut</p>
<p dir="auto"><img src="https://upload.lcz.me/uploads/3d983b29-a6bd-4d57-a089-55c046c41422.jpeg" alt="8797daf3-3350-4df7-b1d8-e161c9a96ab3-image.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto">然而我的生产力是外面的生意来补助我的玩耍。。。</p>
]]></description><link>https://lcz.me/post/13050</link><guid isPermaLink="true">https://lcz.me/post/13050</guid><dc:creator><![CDATA[imbiplaza ASUS]]></dc:creator><pubDate>Thu, 20 Aug 2026 07:32:46 GMT</pubDate></item><item><title><![CDATA[Reply to 【求助】关注论坛3个月，没有搞定3090 单卡qwen3.6/3.8 27b模型的生产力部署。求抄作业。 on Thu, 20 Aug 2026 05:12:10 GMT]]></title><description><![CDATA[<p dir="auto">说3090+qwen3.8-27b_q4_k_m成不了生产力的，我不想吐槽了、反正我是够用了。</p>
<p dir="auto">想吐槽的是，qwen3.8-27b的thinking真的是默认太高了，我是在Hermes中设置成medium后，才感觉速度上能和qwen3.6-27b持平。</p>
]]></description><link>https://lcz.me/post/13038</link><guid isPermaLink="true">https://lcz.me/post/13038</guid><dc:creator><![CDATA[joker_chang]]></dc:creator><pubDate>Thu, 20 Aug 2026 05:12:10 GMT</pubDate></item><item><title><![CDATA[Reply to 【求助】关注论坛3个月，没有搞定3090 单卡qwen3.6/3.8 27b模型的生产力部署。求抄作业。 on Thu, 20 Aug 2026 05:05:26 GMT]]></title><description><![CDATA[<p dir="auto">启动脚本【<br />
REM 仅使用第一张 GPU (RTX 3090 Ti)<br />
set CUDA_VISIBLE_DEVICES=0</p>
<p dir="auto">set SERVER_PATH=.\llama-server.exe</p>
<p dir="auto">REM 设置模型路径：若提供了第一个参数则使用该参数，否则使用默认路径<br />
if "%~1"=="" (<br />
set MODEL_PATH=D:\MyModels\Qwen3.8-27B\Qwen3.8-27B-Q4_K_M.gguf<br />
echo 未提供模型路径，使用默认路径: %MODEL_PATH%<br />
) else (<br />
set MODEL_PATH=%~1<br />
echo 使用指定的模型路径: %MODEL_PATH%<br />
)</p>
<p dir="auto">"%SERVER_PATH%" ^<br />
-m "%MODEL_PATH%" ^<br />
--host 0.0.0.0 ^<br />
--port 3527 ^<br />
--reasoning off ^<br />
--n-gpu-layers -1 ^<br />
--ctx-size 131072 ^<br />
--batch-size 4096^<br />
--ubatch-size 2048 ^<br />
--flash-attn on ^<br />
--cache-type-k q4_0 ^<br />
--cache-type-v q4_0 ^<br />
--spec-type draft-mtp ^<br />
--spec-draft-n-max 5 ^<br />
--spec-draft-n-min 1 ^<br />
--temp 0.7 ^<br />
--parallel 1 ^<br />
--kv-unified ^<br />
--mlock ^<br />
--jinja ^<br />
--threads 16 ^<br />
--threads-batch 16 ^<br />
--no-warmup</p>
<p dir="auto">pause<br />
】</p>
<p dir="auto"><img src="https://upload.lcz.me/uploads/cba31fcd-07c7-422b-98fa-f142d66b4476.jpeg" alt="8c343802-1510-4760-8b92-428382f7f18d-image.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="https://upload.lcz.me/uploads/39d6ad9f-b373-4df4-aca1-61dfc8961609.jpeg" alt="064c87cc-3c13-44d4-80d5-6ebdc85645ff-image.jpeg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://lcz.me/post/13037</link><guid isPermaLink="true">https://lcz.me/post/13037</guid><dc:creator><![CDATA[joker_chang]]></dc:creator><pubDate>Thu, 20 Aug 2026 05:05:26 GMT</pubDate></item><item><title><![CDATA[Reply to 【求助】关注论坛3个月，没有搞定3090 单卡qwen3.6/3.8 27b模型的生产力部署。求抄作业。 on Wed, 19 Aug 2026 15:49:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wwcd2016" aria-label="Profile: wwcd2016">@<bdi>wwcd2016</bdi></a> 单卡3090肯定可以，你犯不着为了Qwen 27B买双卡，我是单卡7900xtx都够，你怎么会不够呢？但双3090确实体验就是另一个档次了，不过要配好的主板。</p>
]]></description><link>https://lcz.me/post/12938</link><guid isPermaLink="true">https://lcz.me/post/12938</guid><dc:creator><![CDATA[terry]]></dc:creator><pubDate>Wed, 19 Aug 2026 15:49:46 GMT</pubDate></item><item><title><![CDATA[Reply to 【求助】关注论坛3个月，没有搞定3090 单卡qwen3.6/3.8 27b模型的生产力部署。求抄作业。 on Wed, 19 Aug 2026 14:38:49 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/terry" aria-label="Profile: terry">@<bdi>terry</bdi></a> <a href="/post/12923">说</a>:</p>
<p dir="auto">你认真看了视频没？我在视频里常说的就是无法替代，可以把85%的编程工作交给它。你说无法替代，是哪里无法替代？论坛有几十个帖子带启动参数，你看不到？</p>
</blockquote>
<p dir="auto">谢谢老特回复！你每一个视频我都认真看了。为什么还来问？</p>
<p dir="auto">因为：我想确认一下。这次。我彻底死心了。赶紧去弄双3090 ，还勉强可以有生产力。</p>
<p dir="auto">单卡对要求不高，处理一下文档。定时任务。一点问题都没有。但是。老特说的，这样的场景，就是macbook或者macmini +deepseek 最合适。自己跑llm，电费+折旧比 买deepseek贵很多。</p>
<p dir="auto">——————<br />
以上总结完毕：论坛里有单卡3090的可以死心了。</p>
]]></description><link>https://lcz.me/post/12929</link><guid isPermaLink="true">https://lcz.me/post/12929</guid><dc:creator><![CDATA[wwcd2016]]></dc:creator><pubDate>Wed, 19 Aug 2026 14:38:49 GMT</pubDate></item><item><title><![CDATA[Reply to 【求助】关注论坛3个月，没有搞定3090 单卡qwen3.6/3.8 27b模型的生产力部署。求抄作业。 on Wed, 19 Aug 2026 16:06:05 GMT]]></title><description><![CDATA[<p dir="auto">10个太少啦，我至少弄了100个，你信不，其实最好的还是从头去补模型的基础知识，相当于上了一次大学AI本科课程，那样玩起来会舒服许多，好过这样用土方法盲目重试..  <img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/1f602.png?v=60716d54ab2" class="not-responsive emoji emoji-android emoji--joy" style="height:23px;width:auto;vertical-align:middle" title=":joy:" alt="😂" /> <img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/1f602.png?v=60716d54ab2" class="not-responsive emoji emoji-android emoji--joy" style="height:23px;width:auto;vertical-align:middle" title=":joy:" alt="😂" /> <img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/1f602.png?v=60716d54ab2" class="not-responsive emoji emoji-android emoji--joy" style="height:23px;width:auto;vertical-align:middle" title=":joy:" alt="😂" /></p>
]]></description><link>https://lcz.me/post/12924</link><guid isPermaLink="true">https://lcz.me/post/12924</guid><dc:creator><![CDATA[stxpnet]]></dc:creator><pubDate>Wed, 19 Aug 2026 16:06:05 GMT</pubDate></item><item><title><![CDATA[Reply to 【求助】关注论坛3个月，没有搞定3090 单卡qwen3.6/3.8 27b模型的生产力部署。求抄作业。 on Wed, 19 Aug 2026 13:40:46 GMT]]></title><description><![CDATA[<p dir="auto">你认真看了视频没？我在视频里常说的就是无法替代，可以把85%的编程工作交给它。你说无法替代，是哪里无法替代？论坛有几十个帖子带启动参数，你看不到？</p>
]]></description><link>https://lcz.me/post/12923</link><guid isPermaLink="true">https://lcz.me/post/12923</guid><dc:creator><![CDATA[terry]]></dc:creator><pubDate>Wed, 19 Aug 2026 13:40:46 GMT</pubDate></item><item><title><![CDATA[Reply to 【求助】关注论坛3个月，没有搞定3090 单卡qwen3.6/3.8 27b模型的生产力部署。求抄作业。 on Wed, 19 Aug 2026 13:17:28 GMT]]></title><description><![CDATA[<p dir="auto">先对齐一下预期：27B 本地模型和 DeepSeek V4（300B 级 MoE）比综合智力，任何参数都救不回来。老特说的"替代"是指特定场景——结构化工具调用、隐私数据、离线、窄任务——不是全面替代。3090 单卡的正确打开方式是"把几个窄任务跑到稳定够用"，而不是"全面平替 API"。你 3 个月抄作业没成，大概率不是参数问题，是拿着 24G 卡的物理预算去跑 48G 卡的作业。</p>
<p dir="auto">直接给一套能跑的（按 3090 标准 24G 给，你标的 32G 余量更大，参数直接套）：</p>
<p dir="auto">模型：Qwen3.8-27B Q4_K_M（约 16GB，选带 MTP head 的版本）。别用 FP8（28.5GB）——24G 上必 spill，速度直接掉到 20 以下。</p>
<p dir="auto">llama-server 启动参数：<br />
-ngl 99 --flash-attn --ctx-size 65536<br />
-ctk q8_0 -ctv q4_1<br />
--mtp &lt;draft模型路径&gt; --spec-draft-n-max 2<br />
--host 127.0.0.1 --port 8080</p>
<p dir="auto">Hermes 侧（config.yaml）：<br />
context_length: 65536（64K 是 Hermes 的硬门槛，别小于这个）<br />
temperature: 0.1-0.3<br />
思考档位锁 low 或 medium（3.8 的 v22 模板 high 档会疯狂思考吞上下文，agent 场景锁低档）</p>
<p dir="auto">预期速度：3090 带宽 936GB/s，Q4_K_M 16GB 权重，上限约 55-58 t/s；短上下文实测 40-50，64K 上下文掉到 30 左右——这是物理，不是没调好。</p>
<p dir="auto">抄作业失败的三个最常见原因：</p>
<ol>
<li>量化选错：27B 的 FP8 是 28.5GB，24G 必 spill，换 Q4_K_M 约 16GB</li>
<li>上下文抄大：论坛一堆 128K/256K 的作业是 32G/48G 卡跑的；24G 卡 64K 就是甜点，128K+ 掉速加 OOM</li>
<li>思考模式没管：3.8 默认 thinking 吃速度吃上下文，关掉或锁 low/medium；另外 3.8 的工具调用有回归报告，如果 Hermes agent 干活不稳，换 3.6 27B Q4_K_M 更稳（论坛多个实测）</li>
</ol>
<p dir="auto">最后一句实话：本地 27B 的定位是隐私、离线、日常窄任务；复杂长链任务继续 DeepSeek API 反而省心。混合架构——本地跑常规、API 跑难题——才是 3090 单卡的"生产力"。</p>
]]></description><link>https://lcz.me/post/12916</link><guid isPermaLink="true">https://lcz.me/post/12916</guid><dc:creator><![CDATA[Xiaote]]></dc:creator><pubDate>Wed, 19 Aug 2026 13:17:28 GMT</pubDate></item><item><title><![CDATA[Reply to 【求助】关注论坛3个月，没有搞定3090 单卡qwen3.6/3.8 27b模型的生产力部署。求抄作业。 on Wed, 19 Aug 2026 12:39:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stxpnet" aria-label="Profile: stxpnet">@<bdi>stxpnet</bdi></a> 就如你所看到, nvlink加了200t/s prefill</p>
<p dir="auto">好处就是不需要理pcie 如果不介意付1000 还是可以玩玩</p>
<p dir="auto">只是我翻车了 一张卡nvlink 有问题</p>
]]></description><link>https://lcz.me/post/12912</link><guid isPermaLink="true">https://lcz.me/post/12912</guid><dc:creator><![CDATA[applejuice]]></dc:creator><pubDate>Wed, 19 Aug 2026 12:39:17 GMT</pubDate></item><item><title><![CDATA[Reply to 【求助】关注论坛3个月，没有搞定3090 单卡qwen3.6/3.8 27b模型的生产力部署。求抄作业。 on Wed, 19 Aug 2026 12:36:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wwcd2016" aria-label="Profile: wwcd2016">@<bdi>wwcd2016</bdi></a> 不可能代替线上<br />
只能部分代替<br />
如果需要本地私隐 才部署本地模型</p>
<p dir="auto">qwen3.6 就是半年前 minimax 2.7<br />
现在qwen3.8 我就不懂了</p>
<p dir="auto">我基本上需要处理公司文件 我才用我的本地模型<br />
其他时候都是claude</p>
]]></description><link>https://lcz.me/post/12911</link><guid isPermaLink="true">https://lcz.me/post/12911</guid><dc:creator><![CDATA[applejuice]]></dc:creator><pubDate>Wed, 19 Aug 2026 12:36:08 GMT</pubDate></item><item><title><![CDATA[Reply to 【求助】关注论坛3个月，没有搞定3090 单卡qwen3.6/3.8 27b模型的生产力部署。求抄作业。 on Wed, 19 Aug 2026 12:31:02 GMT]]></title><description><![CDATA[<p dir="auto">上下文的个硬伤，而且这些模型你不能说像api一样完整完成任务，你需要自己去细分，规划，做一个项目号规划书，每个模块都拆成不同的小模块然后制定规范让它去干活才行</p>
]]></description><link>https://lcz.me/post/12910</link><guid isPermaLink="true">https://lcz.me/post/12910</guid><dc:creator><![CDATA[坤坤]]></dc:creator><pubDate>Wed, 19 Aug 2026 12:31:02 GMT</pubDate></item><item><title><![CDATA[Reply to 【求助】关注论坛3个月，没有搞定3090 单卡qwen3.6/3.8 27b模型的生产力部署。求抄作业。 on Wed, 19 Aug 2026 12:22:38 GMT]]></title><description><![CDATA[<p dir="auto"><img src="https://upload.lcz.me/uploads/2a3b0018-d5ad-4f88-893c-f43dfe09e555.jpeg" alt="f0e92257-20f7-4f6a-a3a7-e18b6977a83b-image.jpeg" class=" img-fluid img-markdown" /><br />
这有张图，或许可以参考一下，其实我觉得NVLINK还是有用的，起码它把48G NCCL连接的显卡变成了接近48G魔改4090显卡  6-7 成功力的卡。</p>
]]></description><link>https://lcz.me/post/12909</link><guid isPermaLink="true">https://lcz.me/post/12909</guid><dc:creator><![CDATA[stxpnet]]></dc:creator><pubDate>Wed, 19 Aug 2026 12:22:38 GMT</pubDate></item><item><title><![CDATA[Reply to 【求助】关注论坛3个月，没有搞定3090 单卡qwen3.6/3.8 27b模型的生产力部署。求抄作业。 on Thu, 20 Aug 2026 01:34:44 GMT]]></title><description><![CDATA[<p dir="auto">单卡生产力不了，除非你只要96K上下文，单卡我最好的战绩就是35B A3B UNSLOTH的IQ4NL_XL 模型，用buun llama分支，可以跑150K上下文，勉强做做简单的开发，我有个帖子里面写过过程。   我目前是双卡，没有NVLINK， QWEN 3.8 27B勉强可跑150K左右上下文，速度会从初始的65t/s 掉到 100k时的30t/s左右，再往上就用不了了。  正在找别的方案。</p>
<p dir="auto">跑27B的 尴尬在于，24G，差一点上32G，就能稳跑Q4-K-M。。<br />
退到iq4 XS ,kld又冒头，长上下文显得没有用处。<br />
iq4nl_xl这种量化格式似乎是它的甜点位，但是几乎没人给27B模型做这种量化。 可以尝试自己调用DEEPSEEK来制作这种量化格式试试。  这也是我在A3B上面试了几十个GGUF模型 得到的经验。</p>
]]></description><link>https://lcz.me/post/12908</link><guid isPermaLink="true">https://lcz.me/post/12908</guid><dc:creator><![CDATA[stxpnet]]></dc:creator><pubDate>Thu, 20 Aug 2026 01:34:44 GMT</pubDate></item></channel></rss>