pagedattention
Here are 23 public repositories matching this topic...
An Efficient and Versatile Inference Engine for Distributed LLM Serving
-
Updated
Sep 27, 2026 - Python
面向开发者与初学者的 nano-vLLM 交互式源码教程 - 通过 13 个 HTML 互动实验 + 13 章中文教程理解大模型推理引擎
-
Updated
Aug 23, 2026 - JavaScript
Why is LLM inference slow — and how do you make it fast? A hands-on, first-principles course: roofline → KV cache → quantization → parallelism → vLLM/SGLang, with GPU labs on open models.
-
Updated
Aug 11, 2026 - Python
LLM inference kernels from scratch in Triton: KV cache, FlashAttention, PagedAttention, RMSNorm, RoPE, SwiGLU, and benchmarks.
-
Updated
Jun 18, 2026 - Python
A deterministic PyTorch autograd verification trap for catching silent KV-cache routing and block-alignment failures in vLLM and SGLang serving infrastructure.
-
Updated
Jun 7, 2026 - Python
Logical KV cache memory profiler, zombie leak detector, and fragmentation inspector for PagedAttention (vLLM, SGLang)
-
Updated
Aug 19, 2026 - Python
Speed-Optimized LLM Inference Server (L1-L7 full stack: FlashAttention, PagedAttention, AWQ INT4, Speculative Decoding, Continuous Batching, and FastAPI serving)
-
Updated
Aug 29, 2026 - Python
Deadline-aware KV-cache scheduling for protecting decode-critical request-state under long-context LLM inference pressure.
-
Updated
Jun 19, 2026 - Python
Disaggregated Prefill-Decode serving engine connecting NVIDIA Blackwell (SM120) and Huawei Ascend 910B2 (CANN) across physical nodes.
-
Updated
Sep 24, 2026 - Python
Empirical benchmarking harness mapping the boundary between compute saturation and PagedAttention KV-cache preemption cascades under streamed test-time compute scaling.
-
Updated
Jun 26, 2026 - Python
From-scratch model of an LLM serving engine's systems core: paged KV-cache, continuous batching, preemption, and prefix caching — GPU-free, with reproducible benchmarks.
-
Updated
Jul 7, 2026 - Python
French course summary of “Fast & Efficient LLM Inference with vLLM,” covering inference, quantization, LLM Compressor, PagedAttention, Continuous Batching, benchmarking, and evaluation.
-
Updated
Jul 29, 2026 - Python
⚡ Production vLLM LLM inference serving architecture featuring PagedAttention, continuous batching, and Docker deployment
-
Updated
Sep 11, 2026 - Python
Paged KV cache inference server. Go control plane, Python worker. 97% pool utilization vs 22% baseline, 4.4x concurrency, output bit-identical to HuggingFace.
-
Updated
Sep 22, 2026 - Go
LLM inference serving prototype with continuous batching, paged KV-cache management, benchmark telemetry, and C++/ONNX Runtime gRPC backend scaffold.
-
Updated
Jun 29, 2026 - Python
Considerations about running AI Inference workloads on Kubernetes
-
Updated
Jul 9, 2026
A minimal LLM inference engine implementing PagedAttention-style KV cache management on NanoGPT. Based on the "Efficient Memory Management for Large Language Model Serving with PagedAttention" paper.
-
Updated
Apr 16, 2026 - Jupyter Notebook
Hand-written Triton PagedAttention decode kernel with reproducible correctness & performance benchmarks against PyTorch baselines
-
Updated
Aug 30, 2026 - Python
Add this topic to your repo
To associate your repository with the pagedattention topic, visit your repo's landing page and select "manage topics."