LLMD,一款法国制造的推理服务器,叫板vLLM

LLMD, un serveur d’inférence made in France qui se frotte à vLLM

Silicon.fr by Clément Bohic 2026-07-10 13:44 Original
摘要
法国初创公司ZML推出推理服务器LLMD,进入alpha阶段,其底层框架ZML用Zig语言编写,旨在以更轻量、无Python依赖的方式实现多加速器分布式推理,直接对标vLLM等主流方案。ZML已获2000万美元融资,支持英伟达、AMD、谷歌TPU、英特尔及苹果Metal等多种后端,并获得Yann LeCun、Docker创始人等科技人士背书。LLMD主打混合芯片集群部署、20秒冷启动和零拷贝模型加载,目前免费但闭源,技术上有望降低大模型推理的基础设施门槛。

由法国初创公司 ZML 打造的推理服务器 LLMD 正式进入 alpha 阶段,目标是以统一代码库在混合加速器集群上实现分布式推理,向 vLLM 等主流方案发起挑战。ZML 成立于 2023 年底,已获 2000 万美元融资,投资方包括 Kima Ventures,并得到 Yann Le Cun、Docker 创始人 Solomon Hykes 以及 Hugging Face 联合创始人的支持。公司选择 Zig 语言构建其底层推理框架 ZML,利用 XLA 编译器与 MLIR 中间表示将模型转化为不依赖 Python 的独立二进制文件,从而显著降低资源占用。今年 3 月发布的 v2 版本进一步显式化了内存、I/O 和算子放置等概念,引入注意力模块系统与零拷贝机制,避免将模型下载至磁盘。

LLMD 基于该框架开发,采用闭源许可,目前可免费使用。启动时即支持 CUDA 与 ROCm 后端,现已扩展至 Google TPU、Intel OneAPI 以及 Apple Metal,未来将加入 Tenstorrent NPU,并可能整合 SiPearl、VSORA 等欧洲芯片供应商。服务器提供连续批处理、前缀缓存、工具调用与推测解码(Gemma 4 的 DFlash),实现了张量并行,冷启动时间少于 20 秒,并支持从 Hugging Face、S3 与 GCS 零拷贝加载模型。现已适配 Gemma 3/4、LFM2.5、LLaMa 2/3、Mistral 3 和 Qwen 2/3/3.5/3.6 等多个模型系列。

ZML 联合创始人兼总裁 Steeve Morin 在社交平台上公布了与 vLLM 的性能对比数据,显示在 GH200 上运行 Qwen3.6-35B-A3B 时,LLMD 的 tok/s 表现具有竞争力,展示了这一法国方案的工程实力。LLMD 的落地正值推理基础设施向无服务器化转型之际,此前围绕 vLLM 商业化的美国公司 Inferact 已融资 1.5 亿美元,而基于 SGLang 的 RadixArk 也获得 AMD、联发科与 NVIDIA 等参与的 1 亿美元支持,市场竞争正趋白热化。

Summary
French startup ZML has launched LLMD, an alpha-stage inference server built on its open-source ZML framework in Zig, with $20 million in backing from investors like Kima Ventures and tech celebrities including Yann LeCun. LLMD supports distributed inference across mixed accelerators (NVIDIA, AMD, Google TPUs, Intel, Apple) and aims to simplify foundation model deployment with fast cold starts and no Python dependency, positioning it as a competitor to vLLM and SGLang.

LLMD, a new inference server from French startup ZML, has reached alpha after a year of technical preview, entering a market dominated by vLLM and SGLang—both of which have recently been commercialised. vLLM’s ecosystem is backed by Inferact, a US company that launched in early 2026 with $150 million in funding, while SGLang is integrated into RadixArk’s offering, supported by $100 million from investors including AMD, MediaTek, and NVIDIA.

ZML, founded in late 2023, has raised a comparatively modest $20 million from backers such as Kima Ventures, Yann Le Cun, Docker’s Solomon Hykes, and Hugging Face’s Clément Delangue and Julien Chaumond. The startup built LLMD on its own ZML inference framework, written primarily in Zig—a language designed to modernise C with improved control flow, function calls, and library handling. Using the XLA compiler and MLIR intermediate representation (a vLLM sub-project), ZML converts models into standalone binaries targeting multiple accelerators, eliminating Python dependencies to reduce resource footprint. Version 2 of the framework, released in March, made memory, I/O, and placement concepts explicit, introduced an attention module system, and added a zero-copy mechanism that avoids downloading models to disk.

LLMD’s core promise is distributed inference across mixed accelerator fleets. It initially launched with CUDA and ROCm back-ends, but now supports five: NVIDIA CUDA, AMD ROCm, Google TPUs, Intel’s OneAPI toolkit, and Apple Metal, with Tenstorrent NPUs on the roadmap. Co-founder and president Steeve Morin frequently references European chipmakers such as SiPearl and VSORA as future targets. Supported model families include Gemma 3 and 4 (dense and mixture-of-experts), LFM2.5, LLaMa 2 and 3, Mistral 3 and Ministral, and Qwen 2, 3, 3.5, and 3.6 (dense and MoE).

The server handles continuous batching, prefix caching, tool calling, and speculative decoding—currently DFlash on Gemma 4. ZML has implemented tensor parallelism, touts cold start times under 20 seconds, and enables zero-copy loading from Hugging Face, Amazon S3, and Google Cloud Storage. A June 2026 benchmark shared by Morin on X compares token throughput on Qwen3.6-35B-A3B, showing LLMD’s competitive performance against vLLM on an NVIDIA GH200.

While the underlying ZML framework is open-source, LLMD itself is distributed under a closed license, currently free to access. The project reflects a broader vision—echoed by Inferact—of making foundation model deployment as straightforward as spinning up a serverless database, but doing so with a hardware-agnostic, low-overhead architecture.

Résumé
La start-up française ZML, fondée fin 2023 et soutenue par Kima Ventures, Yann Le Cun et d'autres personnalités tech, lance en alpha son serveur d'inférence LLMD basé sur le framework open source ZML écrit en Zig. LLMD promet une inférence distribuée multi-accélérateurs (NVIDIA, AMD, Google TPU, etc.) en simplifiant le déploiement de modèles, face à des concurrents américains comme vLLM (soutenu à 150 M$) et SGLang (100 M$), dans une dynamique où l'inférence sans serveur pourrait abaisser les barrières techniques.

« Aujourd’hui, déployer un modèle de fondation à l’échelle exige une équipe infra dédiée. Demain, cela devra être aussi simple que d’initialiser une base de données sans serveur. »

Ce pitch, c’est celui d’Inferact. L’entreprise a émergé début 2026 aux États-Unis, pour développer une activité commerciale autour du serveur d’inférence vLLM. Elle a démarré avec un financement de 150 M$.

Depuis, un autre projet référent a suivi la même trajectoire : SGLang, intégré dans l’offre commerciale de RadixArk. Une entreprise soutenue à hauteur de 100 M$, avec la participation, entre autres, d’AMD, de MediaTek et de NVIDIA.

vLLM et SGLang ont, entre autres concurrents, LLMD. On le doit à a start-up française ZML. Fondée fin 2023, elle a levé 20 M$ avec notamment Kima Ventures, et avec le soutien de personnalités de la tech telles que Yann Le Cun, Solomon Hykes (Docker) et le duo Clément Delangue – Julien Chaumond (Hugging Face).

ZML a choisi le langage Zig

LLMD vient de passer au stade alpha, après un an de preview technique. Pour le moment en accès gratuit, il est néanmoins sous licence fermée… au contraire du framework d’inférence ZML, qui constitue son socle.

Ce framework est écrit essentiellement en Zig, un langage voué à « moderniser » C sur des aspects comme le flux de contrôle, l’appel de fonctions, l’importation de bibliothèques et la déclaration de variables. En utilisant le compilateur XLA et le format de représentation intermédiaire MLIR (sous-projet de vLLM), il convertit des modèles en binaires autonomes ciblant une variété d’accélérateurs. Sans dépendance à Python, ce qui a pour effet de réduire l’empreinte. La v2, sortie en mars, a rendu des concepts plus explicites (mémoire, I/O, placement…), apporté un système de modules d’attention et introduit un mécanisme zero copy qui évite d’avoir à télécharger les modèles sur disque.

5 back-ends, une seule base de code

Promesse de LLMD : une inférence distribuée sur des flottes d’accélérateurs mixtes. Au lancement de la preview technique, il gérait les back-ends CUDA (NVIDIA) et ROCm (AMD). Aujourd’hui, la liste comprend aussi les TPU de Google, le toolkit OneAPI d’Intel et Apple Metal. Les NPU de Tenstorrent sont sur la roadmap. Steeve Morin, président-cofondateur de ZML, évoque régulièrement des fournisseurs de puces européens, parmi lesquels SiPearl et VSORA.

Les familles de modèlesprises en charge en l’état :

Gemma 3 et 4 (denses + MoE)

LFM2.5

LLaMa 2 et 3

Mistral 3 et Ministral

Qwen 2, 3, 3.5 et 3.6 (denses + MoE)

LLMD gère le batching continu, la mise en cache des préfixes, l’appel d’outils et le décodage spéculatif (DFlash, sur Gemma 4 pour le moment). ZML a implémenté le parallélisme des tenseurs. Il annonce un démarrage à froid en moins de 20 secondes. Le chargement zero copy est possible depuis Hugging Face, S3 et GCS.

Qwen/Qwen3.6-35B-A3B tok/s on zml/llmd vs vllm (GH200) pic.twitter.com/zC87TER1Rq

— Steeve Morin (@steeve) June 30, 2026

Illustration © Adrian Grosu – Shutterstock

The post LLMD, un serveur d’inférence made in France qui se frotte à vLLM appeared first on Silicon.fr.

AI Insight
Core Point

法国初创 ZML 推出 LLMD 推理服务器,以无 Python 依赖、多加速器支持和分布式混合推理挑战 vLLM,有望简化大模型部署并增强欧洲 AI 基础设施自主性。

Key Players
  • ZML:法国 AI 推理框架与服务器开发商,融资 2000 万美元,获 Yann Le Cun 等支持,开发 LLMD 及开源底层框架。
  • Inferact:美国公司,基于 vLLM 提供商业推理服务,融资 1.5 亿美元。
  • RadixArk:将 SGLang 推理框架商业化,融资 1 亿美元,AMD、MediaTek、NVIDIA 参与投资。
Industry Impact
  • ICT:高 — 新推理服务器直接争夺企业级部署市场,影响云和私有化基础设施格局。
  • Computing/AI:高 — 跨加速器统一推理、零拷贝加载等特性可降低模型部署门槛,加速 AI 应用落地。
  • Energy:中 — 减少内存占用和冷启动时间,有助降低推理能耗。
Tracking

Strongly track — LLMD 性能对标主流方案,获欧洲产业界支持,若商用成功可能打破英伟达生态依赖,并推动 Maker 级推理民主化。

Highlights
Investment / Funding
Related Companies

No companies linked yet

Categories
人工智能 软件 云计算
AI Processing
2026-07-10 17:29
deepseek / deepseek-v4-pro