Inferenz, Bereitstellung & Laufzeit

xLLM: High-Performance Inference Engine for Diverse AI Accelerators

xllm-ai/xllm

xLLM is a C++ inference framework for LLM, VLM, DiT and REC models. It targets high-throughput, low-latency deployment on several AI accelerator families and separates service-layer scheduling and availability from engine-layer computation.

★ 1,5KSterne
⑂ 279Forks
208Offene Issues
C++Sprache
Apache-2.0Lizenz
Q@project.QualityScoreRedaktionelle Bewertung

Übersicht

The project is designed for enterprise-grade inference, with particular emphasis on Chinese AI accelerators. The repository states that xLLM has been used across JD.com's core retail business and is hosted by the OpenAtom Foundation. Its scope is model inference rather than model training. The supplied data does not describe Agent, MCP or RAG functionality.

Wichtige Funktionen

  • Inference support spanning LLM, VLM, DiT and REC model categories
  • Optimizations for multiple Chinese AI accelerator families
  • Service and computation engine separation
  • Online-service and offline-inference workflows
  • Hybrid KV-cache management with offloading and prefetching
  • C++ implementation
  • High-throughput and low-latency inference focus
  • Docker images linked from the project README

Voraussetzungen, Installation und Schnellstart

Exact source-build and package-installation commands are not included in the supplied excerpt. Follow the official quick-start documentation at https://docs.xllm-ai.com/en/getting_started/quick_start/. A project container registry is available at https://quay.io/repository/jd_xllm/xllm-ai?tab=tags. Confirm the documentation and hardware-specific driver requirements before deployment.

Nutzung

The documented starting points are the launch guide at https://docs.xllm-ai.com/en/getting_started/launch_xllm/, online serving at https://docs.xllm-ai.com/en/getting_started/online_service/ and offline inference at https://docs.xllm-ai.com/en/getting_started/offline_service/. Concrete commands, configuration examples and API request formats are not present in the supplied excerpt.

Modellkompatibilität und Anwendungsfälle

The repository describes support for LLM, VLM, DiT and REC models. Announced model support includes MiniMax-M3, DeepSeek-V4, GLM-5, GLM-4.7, GLM-4.6V, GLM-4.5/GLM-4.6 and VLM-R1. The authoritative compatibility list is linked at https://docs.xllm-ai.com/en/supported_models/. Compatibility details such as supported quantization formats, context lengths and per-hardware model coverage are not stated in the supplied data.

Lizenz- und Risikohinweise

Apache License 2.0, identified by SPDX as Apache-2.0. License reference: https://api.github.com/licenses/apache-2.0. Users should review the license text and relevant dependency licenses before redistribution.

Veröffentlichung und Wartung

The README reports donation to the OpenAtom Foundation on 2026-07-06, day-zero MiniMax-M3 support on 2026-06-13 and day-zero DeepSeek-V4 support on 2026-04-24. Earlier announcements include GLM-5, GLM-4.7, GLM-4.6V, GLM-4.5/4.6, VLM-R1 and hybrid KV-cache management. Formal tagged-release details are not stated in the supplied record.

OpenVINO

openvinotoolkit/openvino

★ 10,6KC++

GPUStack

gpustack/gpustack

★ 5,4KPython