Z-Lab Launches ZML/LLMD: Cross-Platform LLM Inference Server with 10x Speedup Potential
Key Takeaways
- ▸ZML/LLMD achieves feature parity for modern LLM serving across five distinct hardware platforms, eliminating vendor lock-in
- ▸DFlash speculative decoding delivers up to 10x token throughput speedup on supported models like Gemma 4
- ▸Native cloud model loading from HuggingFace, S3, and GCS eliminates local storage requirements and authentication complexity
Summary
Z-Lab has announced the alpha release of ZML/LLMD, a self-contained inference server that enables running open-source LLMs (LLaMa, Gemma, Qwen, Mistral) across five major hardware platforms: NVIDIA CUDA, AMD ROCm, Google TPU, Intel oneAPI, and Apple Metal. The server includes modern serving features such as continuous batching, paged attention, tensor parallel sharding, prefix caching, and tool calling—all available on every supported platform.
ZML/LLMD introduces several production-ready optimizations. DFlash speculative decoding can achieve up to 10x token throughput improvements on supported models (currently Gemma 4 and coming soon for Qwen). Native integration with HuggingFace, S3, and GCS allows zero-copy model loading without requiring local downloads. The inference server ships with platform-optimized Docker images that are dramatically smaller than traditional setups (140 MB for Metal, 280 MB for TPU) and can be pulled and running in seconds.
The platform also includes automatic tensor parallelism across multiple devices, built-in CUDA compatibility layer for wide driver support, and operates with a Python-free execution path using ZML's custom ML framework built with Zig, MLIR, and OpenXLA. Initial model support includes Qwen 2/3/3.5/3.6, Gemma 3/4, and Mistral series, with DeepSeek, Kimi, GLM, MiniMax, and StepFun models coming soon.
- Optimized Docker images (140MB–3.9GB) enable rapid deployment with platform runtimes sandboxed and bundled
Editorial Opinion
Z-Lab has tackled a genuine pain point in the LLM infrastructure ecosystem: the fragmentation of serving solutions across hardware platforms and the complexity of production deployment. By delivering modern serving features uniformly across five distinct architectures and addressing real optimization challenges like speculative decoding and multi-device sharding, they've demonstrated thoughtful engineering. The zero-copy model loading and compact Docker images solve practical logistics that teams currently handle manually. If stability and performance live up to the feature set, ZML/LLMD could become a reference standard for cross-platform open-source LLM serving.



