返回首页

对比阅读

对比阅读:Dusty GPUs Run LLMs — 1080 Ti + 5070 Ti Power Qwen 27B, Costs Drop 与 老显卡也能跑大模型 — 1080 Ti 拼 5070 Ti 跑通 Qwen 27B,本地部署成本下降

AEN
llama.cppQwenlocal-deployment·

Dusty GPUs Run LLMs — 1080 Ti + 5070 Ti Power Qwen 27B, Costs Drop

This week a post on the LocalLLaMA community gained traction: we noticed a developer daisy-chained a 2017 GTX 1080 Ti with this year's RTX 5070 Ti over gigabit Ethernet, using llama.cpp's RPC feature to combine them into an AI workstation that runs a quantized Qwen 27B. What makes this worth our attention is — those dusty old GPUs sitting in corporate server rooms may finally not be scrap metal anymore.

What this is

llama.cpp is an open-source tool that lets ordinary computers run large language models. This developer used its RPC (Remote Procedure Call) feature to coordinate two GPUs across machines: the 1080 Ti handles the main computation, while the 5070 Ti handles MTP (Multi-Token Prediction, a speculative decoding acceleration), with data shuttling across gigabit Ethernet. At 12k context (how much text the model can "see" at once), output speed hit 36 tokens per second, and the quantized Qwen 27B (compressing the model to fit smaller VRAM) ran smoothly.

Industry view

The local AI community is energized — old hardware is no longer obsolete, but a ticket to low-cost deployment. Open-source models like Qwen and Mistral have matured in quality, and quantization techniques let smaller-VRAM cards run complex tasks.

But sober voices are there too: 36 tokens/s is far below cloud API response speeds; gigabit Ethernet itself is a bottleneck; the developer himself admits that "prefill (processing input) and generation (output text) are mutually exclusive — no middle ground." More critically, MTP acceleration eats 30% more VRAM, which actually turns off users with small cards. You can save money, but don't expect this to truly replace cloud services.

Impact on regular people

For enterprise IT: it's worth taking stock of dusty old GPUs in server rooms — they might serve another three years. Deploying LLMs locally doesn't require a one-time big investment.

For working professionals: the tech-savvy can build a low-cost local AI assistant for handling sensitive documents without data leaving the premises; but most white-collar workers will find using ChatGPT or Wenxin (ERNIE) directly more hassle-free.

For the consumer market: more "all-in-one AI" machines may emerge, bundling old hardware repurposing with local AI and selling them to SMBs.

BZH
llama.cppQwen本地部署·

老显卡也能跑大模型 — 1080 Ti 拼 5070 Ti 跑通 Qwen 27B,本地部署成本下降

本周 LocalLLaMA 社区有个帖子被顶起来了:我们注意到一位开发者把 2017 年的 GTX 1080 Ti 和今年的 RTX 5070 Ti 用千兆网线串起来,通过 llama.cpp 的 RPC 功能拼成一台 AI 工作站,跑通了 Qwen 27B 量化版。这件事值得我们关心的是 — 公司机房吃灰的那些旧显卡,可能终于不是废铁了。

这是什么

llama.cpp 是个开源工具,让普通电脑也能跑大语言模型。这位开发者用它的 RPC(远程过程调用)功能,让两张卡跨机器协同:1080 Ti 负责主计算,5070 Ti 负责 MTP(Multi-Token Prediction,多令牌预测加速),数据通过千兆网传输。在 12k 上下文(模型一次能"看"多少文字)下,输出速度达到每秒 36 个 token,Qwen 27B 量化版(把模型压缩到更小显存)顺利跑通。

行业怎么看

本地 AI 圈振奋 — 旧硬件不再是淘汰品,而是低成本部署的入场券。Qwen、Mistral 等开源模型质量上来了,量化技术让小显存卡也能跑复杂任务。

但冷静的声音也有:36 token/s 远低于云端 API 的响应速度;千兆网本身就是瓶颈;开发者自己也承认"预填充(处理输入)和生成(输出文本)只能二选一,没有中间值"。更关键的是,MTP 加速会多吃 30% 显存,小卡用户反而被劝退。省钱可以,但别指望真能替代云端服务。

对普通人的影响

对企业 IT:机房吃灰的旧显卡值得盘点一下,可能还能再用三年。本地部署大模型不必一次性大额投入。

对个人职场:懂技术的人可以低成本搭一套本地 AI 助手,处理敏感文档不出门;但多数白领直接用 ChatGPT、文心一言更省事。

对消费市场:未来可能出现更多"AI 一体机"产品,把旧硬件利用和本地 AI 打包卖给中小企业。