跳到主内容
精选80MarkTechPost(RSS)产品发布/更新

Liquid AI 开源 Pipette:统一评测端侧模型、量化、运行时与硬件

Liquid AI Open-Sources Pipette: A Reproducible Benchmarking Suite That Measures On-Device Models, Quantization, Runtime and Hardware Together

原文
推荐理由

做端侧模型部署的同学必看,Pipette 把模型、量化、运行时和设备绑在一起测,比只看 model card 靠谱得多,赶紧拿你的目标设备跑一遍配置选型。

Model cards report quality under server-class, full-precision conditions. Those numbers rarely predict how the same model behaves on a phone. This week, Liquid AI released Pipette. It is an open-source platform for benchmarking foundation models on edge devices, built in partnership with Artificial Analysis as an independent methodology validator. Pipette treats on-device behavior as a property of the deployed system, not the model in isolation. Its unit of measurement is a full configuration: model + quantization + runtime + device. The launch dataset covers five on-device performance metrics across more than 1,000 model × quantization × runtime × device × context configurations, spanning 30+ models, llama.cpp builds for macOS, iOS, Windows and Android, and context lengths from 256 to 8,192 tokens. Initial verified results come from a MacBook Pro with M5 Max, an iPhone 17 Pro and a Galaxy S26 Ultra. The practical claim is testable: two 350M models at the same quantization on the same phone retain 78.4% and 33.8% of decode throughput at 4,096 tokens.

模型卡在服务器级、全精度条件下报告质量。这些数字很少能预测同一模型在手机上的表现。本周,Liquid AI 发布了 Pipette。这是一个开源平台,用于在边缘设备上对基础模型进行基准测试,与 Artificial Analysis 合作构建,作为独立的方法验证器。Pipette 将设备端行为视为部署系统的属性,而非孤立模型。其测量单位是完整配置:模型 + 量化 + 运行时 + 设备。发布数据集涵盖超过 1,000 种模型 × 量化 × 运行时 × 设备 × 上下文配置的五项设备端性能指标,涉及 30 多个模型、适用于 macOS、iOS、Windows 和 Android 的 llama.cpp 构建,以及从 256 到 8,192 个令牌的上下文长度。初步验证结果来自配备 M5 Max 的 MacBook Pro、iPhone 17 Pro 和 Galaxy S26 Ultra。实际主张可测试:同一手机上相同量化的两个 350M 模型在 4,096 个令牌时分别保留 78.4% 和 33.8% 的解码吞吐量。

Is it deployable?

是否可部署?

Yes, Pipette ships as Apache 2.0 infrastructure (pipette-mgmt, pipette-clients, pipette-scores), a public results dataset, a hosted dashboard, and native iOS and Android benchmark apps. Nothing is waitlisted. Publication of community-submitted results is still in beta.

是的,Pipette 以 Apache 2.0 基础设施(pipette-mgmt、pipette-clients、pipette-scores)、公共结果数据集、托管仪表板以及原生 iOS 和 Android 基准测试应用的形式发布。没有任何功能处于等待列表。社区提交结果的发布仍处于测试阶段。

  • Which companies: Any team shipping a model onto hardware it does not own. Solo developers and seed-stage startups can use the dashboard and apps without infrastructure. Mid-market product teams can run the clients across an internal device fleet. Large OEMs, chip vendors and enterprises can operate the whole pipeline behind their own firewall.
  • Industries: Consumer electronics and smartphone OEMs, automotive, industrial and robotics, healthcare devices, financial services, defense — anywhere latency, privacy or connectivity forces inference onto the device.
  • Applications: Model and quantization selection before a sprint commits; SoC and hardware procurement validation; regression testing when a runtime, OS or driver updates; context-length capacity planning; independent verification of vendor performance claims.
  • 哪些公司:任何将模型部署到其不拥有的硬件上的团队。独立开发者和种子阶段初创公司可以使用仪表板和应用,无需基础设施。中型产品团队可以在内部设备群中运行客户端。大型 OEM、芯片供应商和企业可以在自己的防火墙后运行整个流程。
  • 行业:消费电子和智能手机 OEM、汽车、工业和机器人、医疗设备、金融服务、国防——任何延迟、隐私或连接性迫使推理在设备上进行的领域。
  • 应用:在冲刺承诺前进行模型和量化选择;SoC 和硬件采购验证;运行时、操作系统或驱动程序更新时的回归测试;上下文长度容量规划;对供应商性能声明的独立验证。

What Liquid AI shipped

Liquid AI 发布的内容

Liquid AI released Pipette in partnership with Artificial Analysis, an independent validator that reviewed and verified the methodology. The premise is narrow and useful: on-device behavior is a property of the deployed system, not of the model in isolation.

Liquid AI 与 Artificial Analysis 合作发布了 Pipette,后者是审查并验证方法的独立验证器。前提简单而有用:设备端行为是部署系统的属性,而非孤立模型。

The launch dataset covers five on-device performance metrics across more than 1,000 model × quantization × runtime × device × context configurations. It spans 30+ models, multiple quantization formats, llama.cpp builds for macOS, iOS, Windows and Android, and context lengths from 256 to 8,192 tokens. Initial published results come from a MacBook Pro with M5 Max, an iPhone 17 Pro and a Galaxy S26 Ultra, with AMD Ryzen AI Max+ 395 and Radeon 8060S results listed as coming soon.

发布数据集涵盖超过1,000种模型×量化×运行时×设备×上下文配置下的五项设备端性能指标。它覆盖30多个模型、多种量化格式、适用于macOS、iOS、Windows和Android的llama.cpp构建版本,以及从256到8,192个令牌的上下文长度。初步发布的结果来自搭载M5 Max的MacBook Pro、iPhone 17 Pro和Galaxy S26 Ultra,AMD Ryzen AI Max+ 395和Radeon 8060S的结果列为即将推出。

In Pipette, the unit of measurement is a deployment configuration: model + quantization + runtime + device. A benchmark then defines the metric and token shape, producing a latency, throughput or memory result. Quality is tracked separately on IFBench, GPQA Diamond and MATH-500. Those quality scores currently come from llama.cpp evaluation runs on NVIDIA H100 80GB reference systems, then get matched to on-device runs sharing the same model and quantization — a quality number shown next to phone throughput was not produced on the phone.

在Pipette中,测量单位是部署配置:模型+量化+运行时+设备。基准测试随后定义指标和令牌形状,产生延迟、吞吐量或内存结果。质量在IFBench、GPQA Diamond和MATH-500上单独跟踪。这些质量分数目前来自在NVIDIA H100 80GB参考系统上运行的llama.cpp评估,然后与共享相同模型和量化的设备端运行匹配——显示在手机吞吐量旁边的质量数字并非在手机上产生。

Why the deployment context changes the answer

为什么部署上下文会改变答案

Four published comparisons show how far a configuration can move a decision:

四个已发布的比较显示了配置可以多大程度地改变决策:

  • Context scaling can diverge at identical parameter counts. At Q4_K_M on Galaxy S26 Ultra, Granite-4.0-H-350M retains 78.4% of its decode throughput from 256 to 4,096 input tokens, while Granite-4.0-350M retains only 33.8%.
  • Sparse activation buys speed, not memory. At 2,048 input tokens on the same phone, LFM2.5-8B-A1B decodes 2.4x faster than Qwen3.5-4B and 2.6x faster than Ministral-3-3B-Instruct-2512. It activates 1.5B of 8.5B parameters per token, yet still peaks at 5.29 GiB because all expert weights occupy memory.
  • Speed and quality do not co-locate. On iPhone 17 Pro at Q4_K_M, MiniCPM5-1B completes a 2,048-in / 256-out workload in 3.47 seconds versus 4.12 seconds for LFM2.5-1.2B-Instruct, a 15.8% reduction in elapsed time. On the same artifacts, LFM scores 9.0 points higher on MATH-500.
  • Near-identical system profiles can hide task-level reversals. At Q4_K_M and 2,048 input tokens on M5 Max, Granite-4.1-8B and Ministral-3-8B-Instruct-2512 differ by 2.4% in decode throughput and 1.2% in peak RAM. Granite leads IFBench by 7.3 points; Ministral leads GPQA Diamond by 14.0 points.
  • 在相同参数数量下,上下文缩放可能产生分歧。在Galaxy S26 Ultra上的Q4_K_M下,Granite-4.0-H-350M在从256到4,096个输入令牌时保留了78.4%的解码吞吐量,而Granite-4.0-350M仅保留了33.8%。
  • 稀疏激活带来速度,而非内存节省。在同一部手机上的2,048个输入令牌下,LFM2.5-8B-A1B的解码速度比Qwen3.5-4B快2.4倍,比Ministral-3-3B-Instruct-2512快2.6倍。它每个令牌激活8.5B参数中的1.5B,但仍峰值达到5.29 GiB,因为所有专家权重占用内存。
  • 速度和质量并不总是共存。在iPhone 17 Pro上的Q4_K_M下,MiniCPM5-1B完成2,048输入/256输出的工作负载需3.47秒,而LFM2.5-1.2B-Instruct需4.12秒,耗时减少15.8%。在相同工件上,LFM在MATH-500上得分高出9.0分。
  • 几乎相同的系统配置文件可能隐藏任务级别的反转。在M5 Max上的Q4_K_M和2,048个输入令牌下,Granite-4.1-8B和Ministral-3-8B-Instruct-2512在解码吞吐量上相差2.4%,在峰值RAM上相差1.2%。Granite在IFBench上领先7.3分;Ministral在GPQA Diamond上领先14.0分。

How the measurements are produced

测量是如何产生的

Performance runs follow a published methodology: fixed token shapes, greedy decoding, a discarded warm-up, five measured repetitions and readiness gating. Before each timed repetition, a platform-specific check verifies thermal and load conditions; failing runs are not published. Evaluations use a separate protocol with deterministic, model-blind scoring, and pipette-scores never sees generation provenance. Every submission records benchmark version, token shape, model artifact, quantization, runtime version and settings, and device hardware and OS.

性能测试遵循已发布的方法论:固定令牌形状、贪婪解码、丢弃预热、五次测量重复和就绪门控。每次计时重复前,平台特定检查验证热和负载条件;未通过的运行不会发布。评估使用独立的协议,采用确定性、模型盲评,且移液器评分从不查看生成来源。每次提交记录基准版本、令牌形状、模型工件、量化、运行时版本和设置,以及设备硬件和操作系统。

Interactive explainer

交互式解释器

Key Takeaways

关键要点

  • Pipette benchmarks configurations, not models: model + quantization + runtime + device.
  • Apache 2.0 stack, 1,000+ configurations, 30+ models, three verified devices at launch.
  • Quality evals run on H100 references and are matched to on-device performance, not measured on-device.
  • Identical parameter counts can differ 78.4% vs 33.8% in context-scaling retention.
  • 移液器基准测试配置,而非模型:模型 + 量化 + 运行时 + 设备。
  • Apache 2.0 栈,1000+ 配置,30+ 模型,发布时三个验证设备。
  • 质量评估在 H100 参考上运行,并与设备性能匹配,而非在设备上测量。
  • 相同参数数量在上下文缩放保留上可能相差 78.4% 对 33.8%。

Check out the Technical Details and Leaderboard. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.

查看技术细节和排行榜。另外,欢迎在 Twitter 上关注我们,别忘了加入我们的 150k+ ML SubReddit 并订阅我们的通讯。等等!你在 Telegram 上吗?现在你也可以在 Telegram 上加入我们。

The post Liquid AI Open-Sources Pipette: A Reproducible Benchmarking Suite That Measures On-Device Models, Quantization, Runtime and Hardware Together appeared first on MarkTechPost.

文章《Liquid AI 开源移液器:一个可复现的基准测试套件,同时测量设备模型、量化、运行时和硬件》首次出现在 MarkTechPost 上。

更进一步:量化金融体系

看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力

进入量化体系 →

相似阅读

另一事件,读法相近