fix(docs): 修正文档中torch拼写错误

This commit is contained in:
KMnO4-zx
2025-06-12 09:10:18 +08:00
parent 6a47afc997
commit 5713a54960

View File

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