Model Architecture

Explore Model Architecture through related topics and the articles other pages reference most.

Explore articles

Reset filters
Browse subtopics: AI Inference

Articles that also belong to these categories. Counts cover all of Model Architecture.

Showing 1-4 of 4 articles

PagedAttention

PagedAttention is a KV-cache memory management algorithm for serving large language models that applies the virtual-memory paging technique used by operating systems to the GPU, eliminating memory…

AI InferenceAI Infrastructure

RadixAttention

RadixAttention is a KV cache management technique introduced in SGLang that uses a radix tree data structure to automatically share and reuse cached key-value tensors across inference requests.

AI InferenceAI Infrastructure

SparDA

SparDA (Sparse Decoupled Attention) is an add-on architecture for long-context large language model inference proposed by researchers at NVIDIA in a paper posted to arXiv on 3 June 2026.

AI InferenceLarge Language Models

YaRN

YaRN (Yet another RoPE extensioN) is a compute-efficient method for extending the context window of large language models that use Rotary Position Embeddings (RoPE).

AI InferenceDeep Learning