fix: 修正 5.1.2 中输出张量形状的错误

This commit is contained in:
KMnO4-zx
2025-06-12 09:08:38 +08:00
parent 74908262f1
commit 6a47afc997

View File

@@ -104,7 +104,7 @@ output = norm(x)
print(output.shape) print(output.shape)
out: out:
orch.Size([1, 50, 288]) orch.Size([1, 50, 768])
``` ```
### 5.1.3 构建 LLaMA2 Attention ### 5.1.3 构建 LLaMA2 Attention