Model Architecture

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

Explore articles

Reset filters
Browse subtopics: AI Infrastructure

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

Showing 1-2 of 2 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