Back to home

Compare

Comparing: Qwen3.8 27B Runs 200 Tokens/Sec on a Single GPU, Closing Gap with Cloud APIs & Qwen3.8 27B 单卡跑出 200 token/秒:本地推理追上商业方案

AEN
QwenNInferAlibaba·

Qwen3.8 27B Runs 200 Tokens/Sec on a Single GPU, Closing Gap with Cloud APIs

This week, a noteworthy development surfaced on Reddit's LocalLLaMA community: Alibaba's just-released Qwen3.8 27B model was adapted the same day by the open-source inference engine NInfer, hitting roughly 200 tokens/second on a single RTX 5090 consumer flagship GPU.

What This Is

"Tokens/second" measures how fast a large model outputs text; 200 is roughly 2–3x real-time generation, meaning the model "thinks while speaking"—users barely notice any stutter. In the past, this tier of capability required either cloud-based commercial APIs billed per token, or stacking multiple professional cards. Now it's been compressed onto a single ~$2,000 consumer card.

More noteworthy is the engineering layer: NInfer supports 8 concurrent requests with shared paged caching (a technique that makes VRAM reuse far more efficient) and ships more complete speculative decoding support than vLLM—where a smaller model drafts several tokens first and the larger model confirms them in batch, compressing overall latency. These are capabilities typically found only in commercial inference services, now delivered by a community project.

Industry View

The optimists read this as a signal that open-source local AI is closing in on commercial APIs. Models that once cost fractions of a cent per call now run at usable speeds on a single consumer card—a direct win for data-sensitive and cost-sensitive enterprises, and concrete proof that the "domestic model + domestic hardware + open-source inference" stack holds together at the engineering level.

But cautious voices exist. One infrastructure-focused practitioner pointed out in the comments: 200 tokens/sec is generation speed; first-token latency (the time from a user sending a query to seeing the first character) is what truly defines the experience. Compared to mature solutions like vLLM and TensorRT-LLM, NInfer still has clear gaps in engineering stability, documentation completeness, and community support. "Running" and "reliably serving thousands of users" are two entirely different things.

Another overlooked risk: progress like this leans heavily on a single GPU model—the RTX 5090. Once hardware supply, pricing, or energy-efficiency policies shift, today's "low-cost" advantage disappears overnight. In our view, local AI hasn't reached the stage where you can bet on it without thinking.

Impact on Regular People

  • For enterprise IT: Self-built AI inference hardware investment has dropped from "data center grade" to "desk-side grade." Industries with strict data compliance requirements—finance, healthcare, legal—should reassess the cost sheet for private deployment.
  • For working professionals: Non-technical staff won't feel anything yet. But if you have a tech-savvy friend nearby, "help me deploy a usable local AI" is shifting from a weekend project to something completable within two hours.
  • For the consumer market: No direct short-term impact. But as open-source models get stronger, the gains will eventually flow to on-device scenarios—phone assistants, smart speakers, in-car systems. The next generation of embedded AI will be noticeably smoother than what we have today.
BZH
QwenNInfer阿里·

Qwen3.8 27B 单卡跑出 200 token/秒:本地推理追上商业方案

本周 Reddit 上 LocalLLaMA 社区出现一个值得记一笔的进展:阿里 Qwen3.8 27B 模型刚发布,开源推理引擎 NInfer 当天完成适配,在单张 RTX 5090(消费级旗舰显卡)上跑出约 200 token/秒的生成速度。

这是什么

「token/秒」是大模型输出文字的速度单位,200 大致是实时生成的 2-3 倍,意味着模型一边想一边说,用户基本感觉不到卡顿。过去这个量级的能力,要么靠云端商业 API 按 token 计费,要么靠多张专业卡堆叠;现在被压到一张两万块的消费卡上。

更值得注意的是工程层面:NInfer 支持 8 个请求并发、共享分页缓存(一种让显存复用更高效的技术),并实现了比 vLLM 更完整的推测解码支持(speculative decoding,即先用小模型猜几个词再让大模型批量确认,压缩整体耗时)。这些是商业推理服务才有的能力,被一个社区项目做出来了。

行业怎么看

乐观派认为这是开源本地 AI 全面逼近商业 API 的信号。过去要花几毛钱调用一次的模型,现在能在一张消费卡上跑出可用速度,对数据敏感、成本敏感的企业是直接利好,也意味着「国产模型 + 国产硬件 + 开源推理」栈在工程层面已经走通。

但谨慎的声音同样存在。一位关注基础设施的从业者在评论区指出:200 token/秒是生成速度,首次响应延迟(用户发问到看到第一个字的时间)才是体验关键;NInfer 相比 vLLM、TensorRT-LLM 等成熟方案,工程稳定性、文档完备性、社区支持仍有明显差距,「能跑」和「能稳定服务几千人」是两件事。

另一层被忽略的风险是:这类进展高度依赖单一显卡型号(RTX 5090)。一旦硬件供应、价格或能效政策变化,今天的「低成本」优势会立刻消失。本地 AI 还没到可以无脑押注的阶段。

对普通人的影响

  • 对企业 IT:自建 AI 推理的硬件投入从「机房级」降到「工位级」,金融、医疗、法律等数据合规要求高的行业,值得重新评估私有化部署的成本表。
  • 对个人职场:非技术人员暂时无感;但如果你身边有懂技术的朋友,「帮我部署一个能用的本地 AI」正从折腾变成两小时内能搞定的事。
  • 对消费市场:短期无直接影响。但开源模型变强最终会传导到手机助手、智能音箱、车机等端侧场景,下一代嵌入式 AI 的流畅度会比现在明显提升。