OpenPPL/ppl.nn
A primitive library for neural network observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1890
- days_rel: n/a
- days_push: 647
- n_releases_24m: 0
Adoption not part of the score
1367 stars · 219 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
PPLNN is a high-performance deep-learning inference engine written in C++ that runs ONNX models on x86 CPUs and NVIDIA GPUs, with a dedicated LLM engine supporting models like LLaMA, ChatGLM, and Qwen. It provides Python APIs and optimizations such as Flash Attention, continuous batching, and tensor parallelism.
Use cases
- run onnx models with a fast inference engine
- serve llama or qwen on nvidia gpus
- deploy openmmlab models in production
- quantize llm kv cache to int8
- run deep learning inference on x86 cpu
When to choose
- you need high-performance ONNX inference on x86 or CUDA
- you want to serve open-source LLMs with continuous batching and tensor parallelism
- you deploy OpenMMLab models and want optimized support
When to avoid
- you need training or fine-tuning rather than inference
- you need broad hardware support beyond x86 and NVIDIA GPUs
- you prefer a mature ecosystem like TensorRT or ONNX Runtime with extensive community support
Facets
library · maturity active
llm-inference machine-learning deep-learning gpu-computing deep-learning large-language-models machine-learning artificial-intelligence cpp python cross-platform onnx inference-engine llm-serving openmmlab cuda x86 tensor-parallelism flash-attention kv-cache-quantization linux gpu
1 source
- readme: https://github.com/OpenPPL/ppl.nn · fetched 2026-08-28 · b79aabce3a47
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| OpenPPL/ppl.nn | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem