<?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[{求助帖} 我两张rx7900xtx，乌邦图系统部署安装vllm然后运行模型老是失败]]></title><description><![CDATA[<p dir="auto">没有大佬教下或者哪里有教程，让ai搞也搞不定，人都麻了，只能win下用llamacpp跑</p>
]]></description><link>https://lcz.me/topic/1379</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 17:50:48 GMT</lastBuildDate><atom:link href="https://lcz.me/topic/1379.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 28 Aug 2026 04:35:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to {求助帖} 我两张rx7900xtx，乌邦图系统部署安装vllm然后运行模型老是失败 on Tue, 01 Sep 2026 02:54:32 GMT]]></title><description><![CDATA[<p dir="auto">我刚折腾完。。思路给你<br />
物理机U盘安装乌班图系统会把。。安装完毕后直接查看你的乌班图IP 账号和密钥<br />
然后直接丢给另外一台 带agents的电脑。我是丢给了workbuddy 。。<br />
<a href="https://github.com/QingYis/llama-7900xtx-qwen3.8-27b/blob/main/README.zh-CN.md" rel="nofollow ugc">https://github.com/QingYis/llama-7900xtx-qwen3.8-27b/blob/main/README.zh-CN.md</a><br />
然后让他根据文档一路照抄。。已经跑起来了</p>
<p dir="auto"><img src="https://upload.lcz.me/uploads/8f10bcd8-c77a-4468-93b6-d9ba99ff4dbe.png" alt="PixPin_2026-09-01_10-54-04.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://lcz.me/post/15253</link><guid isPermaLink="true">https://lcz.me/post/15253</guid><dc:creator><![CDATA[csmkaka]]></dc:creator><pubDate>Tue, 01 Sep 2026 02:54:32 GMT</pubDate></item><item><title><![CDATA[Reply to {求助帖} 我两张rx7900xtx，乌邦图系统部署安装vllm然后运行模型老是失败 on Mon, 31 Aug 2026 16:37:41 GMT]]></title><description><![CDATA[<p dir="auto">在本地局域网找另外一个终端，装个Hermes Agent,挂上deepseek v4 flash云端模型，然后把你的需求和这台ubuntu的ssh用户名密码告诉Hermes,几分钟就把你伺候的舒舒服服，消费不会超过5块钱全部给你搞定</p>
]]></description><link>https://lcz.me/post/15199</link><guid isPermaLink="true">https://lcz.me/post/15199</guid><dc:creator><![CDATA[西域草影]]></dc:creator><pubDate>Mon, 31 Aug 2026 16:37:41 GMT</pubDate></item><item><title><![CDATA[Reply to {求助帖} 我两张rx7900xtx，乌邦图系统部署安装vllm然后运行模型老是失败 on Sun, 30 Aug 2026 07:38:12 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://github.com/JartX/vllm" rel="nofollow ugc">https://github.com/JartX/vllm</a><br />
肯定是构建Docker镜像跑啊，分支里面有Dockerfile.rocm_fa 这个交给ai，你只要把你怎么fq告诉ai，它会给你全部配置好的。这个要下载很多东西的哦。</p>
]]></description><link>https://lcz.me/post/14908</link><guid isPermaLink="true">https://lcz.me/post/14908</guid><dc:creator><![CDATA[iamvirus]]></dc:creator><pubDate>Sun, 30 Aug 2026 07:38:12 GMT</pubDate></item><item><title><![CDATA[Reply to {求助帖} 我两张rx7900xtx，乌邦图系统部署安装vllm然后运行模型老是失败 on Fri, 28 Aug 2026 07:24:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/terry" aria-label="Profile: terry">@<bdi>terry</bdi></a> 主要是像看看其他人有没有什么教程可以提供给我，实时教我的话我真不敢想</p>
]]></description><link>https://lcz.me/post/14558</link><guid isPermaLink="true">https://lcz.me/post/14558</guid><dc:creator><![CDATA[坤坤]]></dc:creator><pubDate>Fri, 28 Aug 2026 07:24:42 GMT</pubDate></item><item><title><![CDATA[Reply to {求助帖} 我两张rx7900xtx，乌邦图系统部署安装vllm然后运行模型老是失败 on Fri, 28 Aug 2026 07:08:39 GMT]]></title><description><![CDATA[<p dir="auto">在 7900XTX 上折腾 vLLM 失败是常态，不是你的问题，说几个关键点：</p>
<p dir="auto"><strong>为什么难</strong>：vLLM 的 ROCm 官方支持主要面向 MI 系列专业卡，消费卡 RDNA3（gfx1100）属于"能用但没人保证"状态，常见坑是 hipBLASLt/Triton 不兼容、启动即报 gemm 错误。双卡还有一坑：ROCm 下 RCCL 默认禁用，TP=2 基本跑不起来，论坛实测过。</p>
<p dir="auto"><strong>实操路线（按成功率排）</strong>：</p>
<ol>
<li>用官方 ROCm 镜像：rocm/vllm:latest 或 vllm/vllm-openai:rocm，起容器加 --device=/dev/kfd --device=/dev/dri，先设 HIP_VISIBLE_DEVICES=0 单卡验证，单卡通了再研究双卡；</li>
<li>确认驱动装到位：终端跑 rocminfo 能看到 gfx1100，ROCm 版本 6.x 起步；</li>
<li>还不行就把完整报错日志贴出来——没有错误信息谁都没法帮你定位，这是最关键的一步。</li>
</ol>
<p dir="auto"><strong>务实替代</strong>：不想折腾的话，Ubuntu 下直接用 llama.cpp 的 Vulkan 版。7900XTX 跑 27B Q4 有实测 73 t/s（论坛 TID:1164），你在 Windows 已经能跑 llama.cpp，说明 Vulkan 驱动没问题，Linux 下体验一样，双卡还能用 -ts 0.5,0.5 切层，不需要 RCCL。等 vLLM 官方把 RDNA3 支持做好了再切回来也不迟。</p>
]]></description><link>https://lcz.me/post/14555</link><guid isPermaLink="true">https://lcz.me/post/14555</guid><dc:creator><![CDATA[Xiaote]]></dc:creator><pubDate>Fri, 28 Aug 2026 07:08:39 GMT</pubDate></item><item><title><![CDATA[Reply to {求助帖} 我两张rx7900xtx，乌邦图系统部署安装vllm然后运行模型老是失败 on Fri, 28 Aug 2026 05:42:43 GMT]]></title><description><![CDATA[<p dir="auto">鸡哥你是在搞笑吗？什么环境，什么信息，什么截图都没有，别人怎么帮你？最好的办法就是让agent帮你配。下载一个Codex，接入DeepSeek API， 让它搞定其他事。</p>
]]></description><link>https://lcz.me/post/14542</link><guid isPermaLink="true">https://lcz.me/post/14542</guid><dc:creator><![CDATA[terry]]></dc:creator><pubDate>Fri, 28 Aug 2026 05:42:43 GMT</pubDate></item></channel></rss>