<?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[加3080 20G 还是 7900XTX 24G?]]></title><description><![CDATA[<p dir="auto">目前硬件配置X99+128G+3080 20G<br />
想加多一张显卡，不知是加3080 20G，还是7900TXT 24G</p>
<p dir="auto">主要是生图，生视频，跑大模型，<br />
请问，大神们，选择哪一张卡比较好，谢谢</p>
]]></description><link>https://lcz.me/topic/1307</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 23:35:31 GMT</lastBuildDate><atom:link href="https://lcz.me/topic/1307.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 25 Aug 2026 09:24:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 加3080 20G 还是 7900XTX 24G? on Fri, 28 Aug 2026 16:11:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%E5%9D%A4%E5%9D%A4" aria-label="Profile: 坤坤">@<bdi>坤坤</bdi></a> 帮 exllm 补个数字账：140K 不掉速是可能的，关键看 KV 是否还在显存里。</p>
<p dir="auto">7900XTX 24G：27B 权重 Q4/Q5 约 15~16G，剩 8~9G 给 KV。q8_0 KV 每 token 约 37KB（27B 系），140K 约 5.2GB，<strong>塞得进显存</strong>，所以不掉速成立。你 128K 掉到 30tps，多半是权重用了更胖的量化，KV 溢出到内存，走内存带宽（~50GB/s）就掉到 30 这个量级——这是"溢出惩罚曲线"，不是模型本身慢。</p>
<p dir="auto">结论：想保住 140K 不掉速，权重量化压到 Q4_K_M/Q5_K_M + KV 用 q8_0，别开太胖的量化；或者开 llama.cpp 的 --cache-ram 让 KV 分层放置，溢出部分走内存但 prefill 仍走显存。</p>
]]></description><link>https://lcz.me/post/14642</link><guid isPermaLink="true">https://lcz.me/post/14642</guid><dc:creator><![CDATA[Xiaote]]></dc:creator><pubDate>Fri, 28 Aug 2026 16:11:43 GMT</pubDate></item><item><title><![CDATA[Reply to 加3080 20G 还是 7900XTX 24G? on Fri, 28 Aug 2026 15:04:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/exllm" aria-label="Profile: exllm">@<bdi>exllm</bdi></a> 上下文接近140的时候速度咋样，还是稳定50左右？</p>
]]></description><link>https://lcz.me/post/14636</link><guid isPermaLink="true">https://lcz.me/post/14636</guid><dc:creator><![CDATA[坤坤]]></dc:creator><pubDate>Fri, 28 Aug 2026 15:04:33 GMT</pubDate></item><item><title><![CDATA[Reply to 加3080 20G 还是 7900XTX 24G? on Tue, 25 Aug 2026 11:50:23 GMT]]></title><description><![CDATA[<p dir="auto">我测试过 7900xtx限制功耗 275W 和不限制303W 在输出速度上差别非常小，所以最近天热我都限制275W使用。</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%E5%9D%A4%E5%9D%A4" aria-label="Profile: 坤坤">@<bdi>坤坤</bdi></a>  调整一下参数， 我昨天用ud-Q5_K_M 扫描修改一个c++库的潜在bug，并让它写了单元测试， 上下文 140k, 速度和效果都可以。 时长是因为DSH maxTokens 设置和后端不一致导致 中间很多次思考输出中断，修改一致就顺滑了。</p>
<p dir="auto"><img src="https://upload.lcz.me/uploads/dccca6e2-9b4b-4ec0-a3b0-fe7d5211ff65.png" alt="Screenshot 2026-08-25 at 19.45.49.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://lcz.me/post/13875</link><guid isPermaLink="true">https://lcz.me/post/13875</guid><dc:creator><![CDATA[exllm]]></dc:creator><pubDate>Tue, 25 Aug 2026 11:50:23 GMT</pubDate></item><item><title><![CDATA[Reply to 加3080 20G 还是 7900XTX 24G? on Tue, 25 Aug 2026 11:36:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/neo" aria-label="Profile: neo">@<bdi>neo</bdi></a> 给这哥们补充下，7900xtx用llamacpp跑的话q4量化，加mtp，初速是60tps。载入我没关注，上下文超过32k情况下，开始降速，也就是占用显存超过24g了，速度会到45左右，如果上下文超过64k，那么速度会降到30tps左右，如果是开128上下文的话，经过两轮压缩，qwen3.8的占用显存kv池会吧我剩下50多g内存全部吃完然后内存爆炸<br />
然后关于minmah3的话实际测试下载512<em>521图片40秒左右生成，视频的话也是512</em>512是1秒1分钟16帧数，我不知道为啥生视频居然还更快<br />
优缺点呢主要是看显存，7900xtx的带宽是960g，如果模型不超过显存24g的话那速度非常快<br />
如果是部署ornith1.5-35b-a3b的话 128k上下文，初始速度95tps。64k上下文情况下会降速到80tps。上下文到130k的时候会降速到65~70tps附近<br />
以上数据均用dsh实际场景测试出来，做一个网页ai新闻的收集，最后是qwen3.8完成了，ornith失败了</p>
]]></description><link>https://lcz.me/post/13873</link><guid isPermaLink="true">https://lcz.me/post/13873</guid><dc:creator><![CDATA[坤坤]]></dc:creator><pubDate>Tue, 25 Aug 2026 11:36:06 GMT</pubDate></item><item><title><![CDATA[Reply to 加3080 20G 还是 7900XTX 24G? on Tue, 25 Aug 2026 10:07:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zhenyu-huang" aria-label="Profile: zhenyu-huang">@<bdi>zhenyu-huang</bdi></a> 1000W ，功率限制到75%，不会亏，当然不限也够用。</p>
]]></description><link>https://lcz.me/post/13847</link><guid isPermaLink="true">https://lcz.me/post/13847</guid><dc:creator><![CDATA[neo]]></dc:creator><pubDate>Tue, 25 Aug 2026 10:07:42 GMT</pubDate></item><item><title><![CDATA[Reply to 加3080 20G 还是 7900XTX 24G? on Tue, 25 Aug 2026 09:54:42 GMT]]></title><description><![CDATA[<p dir="auto">感谢，看样子双3080 20G是够用的</p>
]]></description><link>https://lcz.me/post/13845</link><guid isPermaLink="true">https://lcz.me/post/13845</guid><dc:creator><![CDATA[flyps]]></dc:creator><pubDate>Tue, 25 Aug 2026 09:54:42 GMT</pubDate></item><item><title><![CDATA[Reply to 加3080 20G 还是 7900XTX 24G? on Tue, 25 Aug 2026 09:47:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/neo" aria-label="Profile: neo">@<bdi>neo</bdi></a> 双卡用的多大的电源 30系的功耗也高吧</p>
]]></description><link>https://lcz.me/post/13841</link><guid isPermaLink="true">https://lcz.me/post/13841</guid><dc:creator><![CDATA[zhenyu huang]]></dc:creator><pubDate>Tue, 25 Aug 2026 09:47:26 GMT</pubDate></item><item><title><![CDATA[Reply to 加3080 20G 还是 7900XTX 24G? on Tue, 25 Aug 2026 09:43:44 GMT]]></title><description><![CDATA[<p dir="auto">我的是双3080 20G pcie4.0 8+8，说说感受给你参考：<br />
1、这套跑llama.cpp\vllm\sglang目前都没问题，4bit量化，单并发推理50+t/s，加MTP，80t/s左右，prefill在1200上下。<br />
2、用Qwen-image\minMax H3 生图和生视频都可以，分开用，跑两个comfyUI工作流进程，有效率。<br />
说说缺点，prefill慢，散热需要到位。<br />
没用过7900XTX，不好评论。<br />
如果后面升级，我应该会考虑双4080 32G或4090 48G，提升才大。</p>
]]></description><link>https://lcz.me/post/13840</link><guid isPermaLink="true">https://lcz.me/post/13840</guid><dc:creator><![CDATA[neo]]></dc:creator><pubDate>Tue, 25 Aug 2026 09:43:44 GMT</pubDate></item><item><title><![CDATA[Reply to 加3080 20G 还是 7900XTX 24G? on Tue, 25 Aug 2026 09:38:21 GMT]]></title><description><![CDATA[<p dir="auto">看了老特的视频，我双3080 20g都想转7900xtx了。不过一张7900的价格是两张3080的价格了。<br />
我属于比较菜的，买3080的时候都不知道有7900这回事</p>
]]></description><link>https://lcz.me/post/13838</link><guid isPermaLink="true">https://lcz.me/post/13838</guid><dc:creator><![CDATA[rock shi]]></dc:creator><pubDate>Tue, 25 Aug 2026 09:38:21 GMT</pubDate></item></channel></rss>