20260514:增加新内容

This commit is contained in:
2026-05-14 13:54:52 +08:00
parent 56c4d3ef7c
commit b116710e4c
294 changed files with 10682 additions and 255 deletions

View File

@@ -1,3 +1,12 @@
---
title: 稀疏注意力模式 (Sparse Attention Patterns)
created: 2025-04-15
updated: 2026-05-01
type: concept
tags: []
sources: []
---
# 稀疏注意力模式 (Sparse Attention Patterns)
**稀疏注意力**限制每个 Token 只关注序列的子集,将复杂度从 O(n²) 降至 O(n·k) 或 O(n·log n)。