docs(chapter5): 修复LLaMA2 Attention结构图中图片链接格式
This commit is contained in:
@@ -114,7 +114,7 @@ torch.Size([1, 50, 768])
|
||||
在 LLaMA2 模型中,虽然只有 LLaMA2-70B模型使用了分组查询注意力机制(Grouped-Query Attention,GQA),但我们依然选择使用 GQA 来构建我们的 LLaMA Attention 模块,它可以提高模型的效率,并节省一些显存占用。
|
||||
|
||||
<div align='center'>
|
||||
<img src="https://raw.githubusercontent.com/datawhalechina/happy-llm/main/docs/images/5-images/llama2-attention" alt="alt text" width="70%">
|
||||
<img src="https://raw.githubusercontent.com/datawhalechina/happy-llm/main/docs/images/5-images/llama2-attention.png" alt="alt text" width="50%">
|
||||
<p>图 5.2 LLaMA2 Attention 结构</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user