Back to home

Compare

Comparing: Qwen Runs Faster and Cooler on 3090 — Local LLMs Are Finally Real Tools & Qwen 在 3090 上跑得更快、温度更低,本地大模型开始像正经工具了

AEN
QwenvLLMAlibaba·

Qwen Runs Faster and Cooler on 3090 — Local LLMs Are Finally Real Tools

This week we noticed a post on Reddit's r/LocalLLaMA — a user ran Alibaba's open-source Qwen3.8 27B model on two RTX 3090 GPUs (gamer-grade hardware, roughly 4,000–5,000 RMB on the secondhand market), hitting 143 tokens per second (tokens are the smallest units of text a model processes, roughly equivalent to one Chinese character). After a water-cooling mod, temperatures dropped from 70°C to 35°C. His own verdict: "I feel like I've finally graduated."

What this is

This event is a small slice of a broader trend: the barrier to running LLMs locally is falling fast.

Running large models locally used to be a developer's hobby — you needed to know Python, CUDA (Nvidia's parallel computing framework), and model quantization (compressing a model to reduce VRAM usage), while tolerating output speeds of a few characters per second. The user's previous setup with LM Studio was fine for tinkering, but visibly struggled with 27B-parameter models (more parameters generally means a smarter model, but requires far more compute).

vLLM is an open-source inference engine out of academia that boosts throughput via techniques like PagedAttention (managing GPU memory the way an OS uses paging to manage RAM). Community developer Syv-ai tuned it specifically for the RTX 3090 (24GB VRAM, a 2020 release), giving old hardware a second wind.

Industry view

Beyond the Reddit thread's chorus of congratulations, the cooler voices are worth hearing. Our read: the real significance isn't the number 143 — it's that the combo of "old hardware + Chinese open-source model + community optimization" ran end-to-end for the first time.

The optimistic camp sees this as proof that Qwen and other Chinese open-source models are penetrating the global developer community. Alibaba's investment in open-source LLMs is paying off; overseas developers are willingly adapting and optimizing the stack — a sharp contrast to six months ago, when Qwen was mostly a domestic talking point.

But the pushback is clear. First, cloud APIs now process hundreds of thousands of tokens for a dollar; hardware depreciation and electricity for local rigs don't always pencil out. Second, the 3090 has been out of production for nearly three years — building an ecosystem on legacy silicon carries sustainability risk. Third, what actually blocks enterprises was never inference speed, but the "soft" costs of data compliance, system integration, and long-term maintenance. One commenter's line was the truest: "Just because you can run it doesn't mean you should — depends on the use case."

Impact on regular people

For enterprise IT: The open-source model + consumer-GPU combo offers SMEs a "skip the cloud" alternative worth evaluating — especially in data-sensitive verticals like healthcare, legal, and manufacturing.

For individual professionals: No need to panic — local AI is nowhere near replacing your daily workflow. But knowing names like Qwen and vLLM puts you on stronger footing when talking to IT departments or outside vendors.

For the consumer market: "Local AI" may become a fresh marketing hook for high-end PCs and gaming laptops, but in the short term it remains an enthusiast conversation that won't change what most people buy.

BZH
QwenvLLM阿里·

Qwen 在 3090 上跑得更快、温度更低,本地大模型开始像正经工具了

本周我们注意到 Reddit r/LocalLLaMA 板块上的一篇帖子——一位用户用两张 RTX 3090 显卡(玩家级硬件,二手市场约 4000-5000 元人民币)跑通阿里开源的 Qwen3.8 27B 模型,速度达 143 token/秒(token 是模型处理文字的最小单位,约等于一个汉字),水冷改造后温度从 70°C 降到 35°C。他自己的总结是:「我感觉自己终于毕业了。」

这是什么

这件事其实是一个趋势的小切片:本地运行大模型这件事,门槛正在快速下移。

过去本地跑大模型是开发者专属爱好——你得懂 Python、CUDA(英伟达的并行计算框架)和模型量化(把模型「压缩」以减少显存占用的技术),还要忍受几秒才出一个字的龟速。这位用户之前用的 LM Studio 适合尝鲜,但跑 27B 参数级别(参数越多模型通常越聪明,但需要更多算力)的模型明显吃力。

vLLM 是学术界走出来的开源推理引擎,通过 PagedAttention 等技术(把显存管理做得像操作系统分页管理内存一样高效)提升吞吐量。社区开发者 Syv-ai 针对 RTX 3090(24GB 显存,2020 年发布的卡)做了专门优化,让旧硬件焕发第二春。

行业怎么看

Reddit 评论区一片 congratulations 之外,也有不少冷静声音。我们的观察是:这件事的真正意义不在 143 这个速度数字,而在于「老硬件 + 中国开源模型 + 社区优化」这个组合第一次跑通了。

乐观一方认为,这印证了 Qwen 等中国开源模型在全球开发者社区的渗透——阿里在大模型开源上的投入正在收到回报,海外开发者愿意主动适配和优化,这和半年前 Qwen 主要被国内讨论的局面已经不同。

但反对意见也很明确:第一,云端 API 现在 1 美元能处理几十万 token,本地部署的硬件折旧和电费未必划算;第二,3090 已停产近三年,依赖旧硬件生态有可持续性风险;第三,企业真正被卡住的从来不是推理速度,而是数据合规、系统集成和长期维护这些「软」成本。一位评论者的话比较中肯:「能跑不等于该跑,看场景。」

对普通人的影响

对企业 IT:开源模型 + 消费级显卡的组合,给中小公司提供了一条「不上云」的备选思路,尤其对医疗、法律、制造业等数据敏感行业值得评估。

对个人职场:暂时不必焦虑,本地 AI 还远没到替代日常工作流的程度;但知道 Qwen、vLLM 这些名字,会让你和 IT 部门或外包供应商沟通时不那么被动。

对消费市场:「本地 AI」可能成为高端 PC 和游戏本的新营销卖点,但短期仍是发烧友圈层的话题,不会改变普通人买什么电脑。