> ## Documentation Index
> Fetch the complete documentation index at: https://se7en.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 在线分享

AI Infra 在线分享系列，每期围绕一个具体主题进行深入讲解，涵盖论文精读、源码分析和实践经验。

所有分享录屏均可在 [Bilibili](https://space.bilibili.com) 回看，文档和课件托管在 [GitHub](https://github.com/cr7258/ai-infra-learning)。

## 已完成的分享

<Columns cols={2}>
  <Card title="01 - vLLM 快速入门" icon="rocket" href="/talks/01-vllm-quickstart">
    LLM 全景图介绍 / vLLM 快速入门
  </Card>

  <Card title="02 - PagedAttention" icon="memory" href="/talks/02-pagedattention">
    vLLM PagedAttention 论文精读
  </Card>

  <Card title="03 - Prefix caching" icon="database" href="/talks/03-prefix-caching">
    Prefix Caching 原理详解
  </Card>

  <Card title="04 - Speculative decoding" icon="forward-fast" href="/talks/04-speculative-decoding">
    Speculative Decoding 实现方案
  </Card>

  <Card title="05 - Chunked prefills" icon="layer-group" href="/talks/05-chunked-prefills">
    Chunked-Prefills 分块预填充
  </Card>

  <Card title="06 - PD 分离" icon="arrows-split-up-and-left" href="/talks/06-disaggregating-prefill-and-decoding">
    PD 分离推理架构详解
  </Card>

  <Card title="07 - 推理平台全景" icon="server" href="/talks/07-inference-platform">
    开源推理平台项目介绍
  </Card>
</Columns>
