mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-12-25 06:02:07 +00:00
Update ch03.ipynb
This commit is contained in:
parent
c518adb0b7
commit
b8901da362
@ -527,7 +527,7 @@
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"all_context_vecs = attn_scores @ inputs\n",
|
||||
"all_context_vecs = attn_weights @ inputs\n",
|
||||
"print(all_context_vecs)"
|
||||
]
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user