20260514:增加新内容
This commit is contained in:
@@ -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)。
|
||||
|
||||
Reference in New Issue
Block a user