<?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[【交作业】Z390 + 7900XTX，跑vulkan + MTP + 128K上下文，opencode速度33~49tps尚可，但是没人说Qwen3.6 27b MTP不支持视觉啊，换35b-vl-mtp就有视觉了，70~80 tps 快的飞起]]></title><description><![CDATA[<p dir="auto"><img src="https://upload.lcz.me/uploads/00dc1886-88be-4463-8d28-4d4a652a0f82.jpg" alt="IMG_1147.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">也是被锤哥种草后，<br />
看到大神的测试 <a href="https://lcz.me/topic/100/7900xtx-llama.cpp-qwen3.6-27b-turboquant-mtp-%E6%B5%8B%E8%AF%95%E7%BB%93%E6%9E%9C%E5%88%86%E4%BA%AB">https://lcz.me/topic/100/7900xtx-llama.cpp-qwen3.6-27b-turboquant-mtp-测试结果分享</a><br />
入手7900XTX，本来犹豫RX 9700它的大显存，但最后还是要了7900XTX的 960 GB/s 位宽</p>
<p dir="auto">也不会做测试，就直接抄大神作业吧，全程不会就问候 codex</p>
<p dir="auto">直接上图</p>
<pre><code class="language-sh">~$ ./start-hermes-qwen-mtp-vulkan.sh device
CPU: Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz (8T)
主板: Gigabyte Technology Co., Ltd. Z390 UD | PCIe 3.0 16.0 GT/s x16
内存: 62.66Gi total, 37.53Gi available, 25.13Gi used
显卡1: [AMD/ATI] Radeon RX 7900 XT/7900 XTX/7900M 24GB
           显存: 19.03GB/24GB
显卡2: [Intel] UHD Graphics 630

~$ ./start-hermes-qwen-mtp-vulkan.sh tps
log: ~/.hermes/llama-server-mtp-vulkan-8081.log
   task prompt_tok prompt_tps  gen_tok   gen_tps  total_s    draft
------------------------------------------------------------------------
      0      26298     537.42       38     43.15    49.81     0.82
     69      12727     427.73      272     44.69    35.84     0.77
    204      13037     405.16      138     47.08    35.11     0.85
    284       6176     377.37      179     37.44    21.15     0.65
    377        269     205.94      157     37.23     5.52     0.70
    446       6682     379.34      244     38.17    24.01     0.70
    565        344     239.22       62     44.11     2.84     0.93
    591        631     285.02      305     39.23     9.99     0.69
    724       1263     199.73       52     49.91     7.37     1.00
    747        225      62.91      101     45.20     5.81     0.93
    786        504     260.78      117     41.00     4.79     0.96
    830        834     280.13       52     35.17     4.46     0.89
    854        143     189.96       56     46.10     1.97     1.00
    877        228      64.65      122     37.29     6.80     0.98
    922        931     283.77       71     33.98     5.37     0.88
    953        205     186.53      419     36.35    12.63     0.74

~$ ./start-hermes-qwen-mtp-vulkan.sh status
Hermes + Qwen Vulkan MTP
  llama binary : ~/llm/llama.cpp/build-vulkan/bin/llama-server
  model        : ~/models/Qwen3.6-27B-uncensored-heretic-v2-Native-MTP-Preserved-Q4_K_M.gguf
  context      : 131072
  draft n      : 2
  llama log    : ~/.hermes/llama-server-mtp-vulkan-8081.log
  llama-server : running pid=3639
  Hermes Web UI: running
  Hermes gateway: running

URLs:
  llama-server: http://192.168.1.241:8081/v1
  Hermes UI   : http://192.168.1.241:8648
</code></pre>
<h4>llama-server 启动参数</h4>
<pre><code class="language-bash">~/llama.cpp/build-vulkan/bin/llama-server \
  -m ~/models/Qwen3.6-27B-uncensored-heretic-v2-Native-MTP-Preserved-Q4_K_M.gguf \
  --host 0.0.0.0 \
  --port 8081 \
  -ngl 999 \
  -np 1 \
  -c 131072 \
  -fa on \
  -ctk q4_0 \
  -ctv q4_0 \
  -b 512 \
  -ub 512 \
  --cache-ram 8192 \
  --jinja \
  --reasoning off \
  --reasoning-format none \
  --spec-type draft-mtp \
  --spec-draft-n-max 2 \
  --temp 0.6 \
  --top-p 0.95 \
  --top-k 20 \
  --min-p 0.0 \
  --presence-penalty 1.5 \
  --alias qwen3.6-27b-mtp-q4-vulkan
</code></pre>
<p dir="auto">硬件拉跨点儿，不过跑128K上下文，速度33~49tps，还可以，也就忍了，<br />
就是只能单并发跑llama-server，折腾到最后发现 qwen 3.6 27b MTP 不支持视觉识别，看来还得折腾 5090 给它配个视觉模型</p>
<h4>opencode</h4>
<p dir="auto"><img src="https://upload.lcz.me/uploads/09e33aa9-66db-48b1-b82d-0fe3cf3f90cf.jpg" alt="未命名-2.jpg" class=" img-fluid img-markdown" /></p>
<h3>最后感谢锤哥和坛子里诸位大神，受益匪浅~~</h3>
<p dir="auto">.<br />
.<br />
.<br />
.<br />
------------2026-6-13更新-----------------</p>
<p dir="auto">有 <a class="plugin-mentions-user plugin-mentions-a" href="/user/tony-wang" aria-label="Profile: tony-wang">@<bdi>tony-wang</bdi></a> 大大提点，一大早起来开始折腾，又问候了codex，才有了巨大进展，可以视觉识别 + 70-80 tps了，依旧是128K上下文</p>
<p dir="auto"><img src="https://upload.lcz.me/uploads/f953c0a5-b999-484d-b024-b3779748a5be.jpg" alt="未命名-3.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="https://upload.lcz.me/uploads/9cadc745-fa50-428a-9e37-8f6ab05b0fd0.jpg" alt="未命名-4.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="https://upload.lcz.me/uploads/641ee031-13c5-4a53-ab81-d30b23eb7cac.jpg" alt="未命名-5.jpg" class=" img-fluid img-markdown" /></p>
<h4>opencode 增加视觉识别</h4>
<p dir="auto"><img src="https://upload.lcz.me/uploads/d159d8c7-31e5-4254-acd9-b1c477c2ee6a.jpg" alt="未命名-6.jpg" class=" img-fluid img-markdown" /></p>
<pre><code class="language-bash">~$ ./start-hermes-qwen-35b-a3b-heretic-mtp-vl-vulkan.sh status
Hermes + Qwen Vulkan 35B-A3B Heretic MTP+VL
  llama binary : ~/llm/llama.cpp/build-vulkan/bin/llama-server
  model        : ~/models/Qwen3.6-35B-A3B-uncensored-heretic-Native-MTP-Preserved-Q4_K_S.gguf
  mmproj       : ~/models/Qwen3.6-35B-A3B-uncensored-heretic-Native-MTP-Preserved-mmproj-BF16.gguf
  context      : 131072
  n-cpu-moe    : 0
  draft n      : 2
  llama log    : ~/.hermes/llama-server-35b-a3b-heretic-mtp-vl-vulkan-8081.log
  llama-server : running pid=61860
  Hermes Web UI: running
  Hermes gateway: running

URLs:
  llama-server: http://192.168.1.241:8081/v1
  Hermes UI   : http://192.168.1.241:8648
</code></pre>
<pre><code class="language-bash">~$ ./start-hermes-qwen-35b-a3b-heretic-mtp-vl-vulkan.sh tps
log: ~/.hermes/llama-server-35b-a3b-heretic-mtp-vl-vulkan-8081.log
   task prompt_tok prompt_tps  gen_tok   gen_tps  total_s    draft
------------------------------------------------------------------------
      0      25098    1670.17       10     86.48    15.14     1.00
     32         48     215.40       56     82.11     0.90     0.97
     55        706     817.41      217     70.99     3.92     0.71
    150        349     643.16      217     78.72     3.30     0.93
    230        253     658.78      383     80.40     5.15     0.99
    362       1533     955.48       38     77.28     2.10     0.96
    380         73     238.06       38     79.33     0.79     0.96
    397        142     403.83       32     58.86     0.90     0.37
    420        241     654.80       83     75.23     1.47     0.74
    458        700     630.55     1153     75.61    16.36     0.62
    978       1559     989.51      243     63.39     5.41     0.54
   1100        340     657.48      290     70.11     4.65     0.70

</code></pre>
<p dir="auto">n-cpu-moe=999，全放在CPU，很慢，20 tps<br />
n-cpu-moe=0，显存占用21.421Gi/23.984Gi，速度很快，128K上下文，70-80 tps，肉眼可见的快，给一张图片，很快能识别出来，小图2~3秒，大图6秒，执行任务也飞起，快得我有点怀疑人生</p>
<p dir="auto">这回不用愁不会写提示词了 <img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=9a87c0a6150" class="not-responsive emoji emoji-android emoji--smile" style="height:23px;width:auto;vertical-align:middle" title="😄" alt="😄" /></p>
<p dir="auto">一会儿测试一下编程能力</p>
]]></description><link>https://lcz.me/topic/538/交作业-z390-7900xtx-跑vulkan-mtp-128k上下文-opencode速度33-49tps尚可-但是没人说qwen3.6-27b-mtp不支持视觉啊-换35b-vl-mtp就有视觉了-70-80-tps-快的飞起</link><generator>RSS for Node</generator><lastBuildDate>Wed, 01 Jul 2026 08:03:37 GMT</lastBuildDate><atom:link href="https://lcz.me/topic/538.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 12 Jun 2026 10:31:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 【交作业】Z390 + 7900XTX，跑vulkan + MTP + 128K上下文，opencode速度33~49tps尚可，但是没人说Qwen3.6 27b MTP不支持视觉啊，换35b-vl-mtp就有视觉了，70~80 tps 快的飞起 on Sat, 13 Jun 2026 03:05:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johnnybegood" aria-label="Profile: johnnybegood">@<bdi>johnnybegood</bdi></a></p>
<p dir="auto">哈哈，就是模块化开发，同时开2-3个对话，让codex多任务干活，<br />
一个ERP系统迭代升级，其实是换血重写，300个表，20个业务模块，200-300个子功能<br />
我觉得codex的plus量越来越缩水，也可能是任务里的对话太多上下文太长了，也许是代码越写越多，总之现在就是用的小心翼翼，很不爽</p>
<p dir="auto">但是很爽的一点是，AI写了14万行代码，我一行没写，全程就是喝茶等待</p>
]]></description><link>https://lcz.me/post/6562</link><guid isPermaLink="true">https://lcz.me/post/6562</guid><dc:creator><![CDATA[12343954]]></dc:creator><pubDate>Sat, 13 Jun 2026 03:05:35 GMT</pubDate></item><item><title><![CDATA[Reply to 【交作业】Z390 + 7900XTX，跑vulkan + MTP + 128K上下文，opencode速度33~49tps尚可，但是没人说Qwen3.6 27b MTP不支持视觉啊，换35b-vl-mtp就有视觉了，70~80 tps 快的飞起 on Sat, 13 Jun 2026 01:38:57 GMT]]></title><description><![CDATA[<p dir="auto">一小时用掉5小时的量，都做些什么</p>
]]></description><link>https://lcz.me/post/6558</link><guid isPermaLink="true">https://lcz.me/post/6558</guid><dc:creator><![CDATA[johnnybegood]]></dc:creator><pubDate>Sat, 13 Jun 2026 01:38:57 GMT</pubDate></item><item><title><![CDATA[Reply to 【交作业】Z390 + 7900XTX，跑vulkan + MTP + 128K上下文，opencode速度33~49tps尚可，但是没人说Qwen3.6 27b MTP不支持视觉啊，换35b-vl-mtp就有视觉了，70~80 tps 快的飞起 on Sat, 13 Jun 2026 01:38:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/12343954" aria-label="Profile: 12343954">@<bdi>12343954</bdi></a> 一小时用掉5小时的量，都用来做什么</p>
]]></description><link>https://lcz.me/post/6557</link><guid isPermaLink="true">https://lcz.me/post/6557</guid><dc:creator><![CDATA[johnnybegood]]></dc:creator><pubDate>Sat, 13 Jun 2026 01:38:34 GMT</pubDate></item><item><title><![CDATA[Reply to 【交作业】Z390 + 7900XTX，跑vulkan + MTP + 128K上下文，opencode速度33~49tps尚可，但是没人说Qwen3.6 27b MTP不支持视觉啊，换35b-vl-mtp就有视觉了，70~80 tps 快的飞起 on Sat, 13 Jun 2026 00:54:21 GMT]]></title><description><![CDATA[<p dir="auto">哦，哈哈，小白了，我试试调低模型温度</p>
<p dir="auto">我又更新了模型，测试快的飞起</p>
]]></description><link>https://lcz.me/post/6543</link><guid isPermaLink="true">https://lcz.me/post/6543</guid><dc:creator><![CDATA[12343954]]></dc:creator><pubDate>Sat, 13 Jun 2026 00:54:21 GMT</pubDate></item><item><title><![CDATA[Reply to 【交作业】Z390 + 7900XTX，跑vulkan + MTP + 128K上下文，opencode速度33~49tps尚可，但是没人说Qwen3.6 27b MTP不支持视觉啊，换35b-vl-mtp就有视觉了，70~80 tps 快的飞起 on Fri, 12 Jun 2026 15:57:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/12343954" aria-label="Profile: 12343954">@<bdi>12343954</bdi></a></p>
<p dir="auto">他说的温度是模型的temperature, 模型的温度降低，它不容易胡说八道</p>
]]></description><link>https://lcz.me/post/6532</link><guid isPermaLink="true">https://lcz.me/post/6532</guid><dc:creator><![CDATA[Tony Wang]]></dc:creator><pubDate>Fri, 12 Jun 2026 15:57:53 GMT</pubDate></item><item><title><![CDATA[Reply to 【交作业】Z390 + 7900XTX，跑vulkan + MTP + 128K上下文，opencode速度33~49tps尚可，但是没人说Qwen3.6 27b MTP不支持视觉啊，换35b-vl-mtp就有视觉了，70~80 tps 快的飞起 on Fri, 12 Jun 2026 14:14:09 GMT]]></title><description><![CDATA[<p dir="auto">感谢各位大大关注</p>
<p dir="auto">如果有 “视觉 + MTP + 40-50 tps + 128K上下文” 方案那就太好了，我让AI看看 <a href="https://unsloth.ai/docs/models/qwen3.6#mtp-guide" rel="nofollow ugc">https://unsloth.ai/docs/models/qwen3.6#mtp-guide</a><br />
我想过，不行就再加一块显卡跑TP/PP，所以买了7900的高带宽</p>
<p dir="auto">至于温度，我家底儿就剩5把暴力风扇，都塞进去了（包括显卡背板），温度70度左右，感觉还行，就是噪音像机房，等有空换PWM风扇做个降噪</p>
<p dir="auto">显卡竖装是看了张哥好多横插gg的案例 <img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=9a87c0a6150" class="not-responsive emoji emoji-android emoji--smile" style="height:23px;width:auto;vertical-align:middle" title="😄" alt="😄" /></p>
<p dir="auto">codex、antigravity，量越来越少，我一小时就用掉5小时的量，多账号切的我好烦，索性就研究研究线下agent吧</p>
]]></description><link>https://lcz.me/post/6513</link><guid isPermaLink="true">https://lcz.me/post/6513</guid><dc:creator><![CDATA[12343954]]></dc:creator><pubDate>Fri, 12 Jun 2026 14:14:09 GMT</pubDate></item><item><title><![CDATA[Reply to 【交作业】Z390 + 7900XTX，跑vulkan + MTP + 128K上下文，opencode速度33~49tps尚可，但是没人说Qwen3.6 27b MTP不支持视觉啊，换35b-vl-mtp就有视觉了，70~80 tps 快的飞起 on Fri, 12 Jun 2026 14:02:51 GMT]]></title><description><![CDATA[<p dir="auto">我是觉得各位要明确自己的需求，论坛xtx跑Q4KM 27b 千问的人很多，先做好基础的文本驱动，能干活才是王道。关于上下文，我认为大家控制好，80k足够了。我的xtx上一次优化，就是80k上下文，我还没有用MTP，TurboQuant之类的，它干活我觉得能接受，也挺安静的，噪音不大，我在边上干活没事。</p>
<p dir="auto">当然了，我是被4090吵习惯了，我现在也不带耳机在边上做事，它今天跑了8个小时，都是hermes在驱动它，DeepSeek V4 Flash驱动的。在线和本地都用用，不要荒废，保持跟进。AI是工具，不是目的。</p>
<p dir="auto">欢迎各位朋友自己走过来了，也做点优质的分享内容，帮助论坛和其他人。你发的优质内容多，网站就会留住更多的人，更多的人得到帮助，会形成正向循环。所以不用感谢我，发帖就行了。</p>
<p dir="auto">你这个显卡选择竖装是很好的决定，挺好看的，我的上了个支架，但是我感觉还是竖装优雅，是不是上了转接卡？</p>
]]></description><link>https://lcz.me/post/6510</link><guid isPermaLink="true">https://lcz.me/post/6510</guid><dc:creator><![CDATA[terry]]></dc:creator><pubDate>Fri, 12 Jun 2026 14:02:51 GMT</pubDate></item><item><title><![CDATA[Reply to 【交作业】Z390 + 7900XTX，跑vulkan + MTP + 128K上下文，opencode速度33~49tps尚可，但是没人说Qwen3.6 27b MTP不支持视觉啊，换35b-vl-mtp就有视觉了，70~80 tps 快的飞起 on Fri, 12 Jun 2026 13:27:58 GMT]]></title><description><![CDATA[<p dir="auto">将温度降低，一定程度可以抵御KV量化的影响</p>
]]></description><link>https://lcz.me/post/6502</link><guid isPermaLink="true">https://lcz.me/post/6502</guid><dc:creator><![CDATA[vosrock]]></dc:creator><pubDate>Fri, 12 Jun 2026 13:27:58 GMT</pubDate></item><item><title><![CDATA[Reply to 【交作业】Z390 + 7900XTX，跑vulkan + MTP + 128K上下文，opencode速度33~49tps尚可，但是没人说Qwen3.6 27b MTP不支持视觉啊，换35b-vl-mtp就有视觉了，70~80 tps 快的飞起 on Fri, 12 Jun 2026 13:19:57 GMT]]></title><description><![CDATA[<p dir="auto">24g显存很尴尬，q4模型，加上kv都是q4量化，很影响质量，我现在q6量化，kv用q8，上下文只能到90k，</p>
]]></description><link>https://lcz.me/post/6501</link><guid isPermaLink="true">https://lcz.me/post/6501</guid><dc:creator><![CDATA[AGI]]></dc:creator><pubDate>Fri, 12 Jun 2026 13:19:57 GMT</pubDate></item><item><title><![CDATA[Reply to 【交作业】Z390 + 7900XTX，跑vulkan + MTP + 128K上下文，opencode速度33~49tps尚可，但是没人说Qwen3.6 27b MTP不支持视觉啊，换35b-vl-mtp就有视觉了，70~80 tps 快的飞起 on Fri, 12 Jun 2026 12:47:20 GMT]]></title><description><![CDATA[<p dir="auto">另外, 开启MTP和视觉的话,  把 -c 131072 降低到 65536.</p>
]]></description><link>https://lcz.me/post/6496</link><guid isPermaLink="true">https://lcz.me/post/6496</guid><dc:creator><![CDATA[Tony Wang]]></dc:creator><pubDate>Fri, 12 Jun 2026 12:47:20 GMT</pubDate></item><item><title><![CDATA[Reply to 【交作业】Z390 + 7900XTX，跑vulkan + MTP + 128K上下文，opencode速度33~49tps尚可，但是没人说Qwen3.6 27b MTP不支持视觉啊，换35b-vl-mtp就有视觉了，70~80 tps 快的飞起 on Fri, 12 Jun 2026 12:44:44 GMT]]></title><description><![CDATA[<p dir="auto">和你下载的 MTP 模型有关, 下载 mmproj, 启动加类似 --mmproj 相关目录/mmproj-F16.gguf 试试.</p>
<p dir="auto">你这个模型来源于unsloth, unsloth的MTP模型明确支持加载视觉: <a href="https://unsloth.ai/docs/models/qwen3.6#mtp-guide" rel="nofollow ugc">https://unsloth.ai/docs/models/qwen3.6#mtp-guide</a> .</p>
<p dir="auto">不过 7900xtx, 加上MTP, 再加载视觉识别, 显存会比较紧张.</p>
]]></description><link>https://lcz.me/post/6495</link><guid isPermaLink="true">https://lcz.me/post/6495</guid><dc:creator><![CDATA[Tony Wang]]></dc:creator><pubDate>Fri, 12 Jun 2026 12:44:44 GMT</pubDate></item><item><title><![CDATA[Reply to 【交作业】Z390 + 7900XTX，跑vulkan + MTP + 128K上下文，opencode速度33~49tps尚可，但是没人说Qwen3.6 27b MTP不支持视觉啊，换35b-vl-mtp就有视觉了，70~80 tps 快的飞起 on Fri, 12 Jun 2026 12:35:46 GMT]]></title><description><![CDATA[<p dir="auto">支持视觉    千问3.5以上都支持</p>
]]></description><link>https://lcz.me/post/6494</link><guid isPermaLink="true">https://lcz.me/post/6494</guid><dc:creator><![CDATA[sospda]]></dc:creator><pubDate>Fri, 12 Jun 2026 12:35:46 GMT</pubDate></item></channel></rss>