mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Fix mha wrapper implementations in ch03 bonus
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
"\n",
|
||||
"mha_ch03_wrapper = Ch03_MHA_Wrapper(\n",
|
||||
" d_in=embed_dim,\n",
|
||||
" d_out=embed_dim,\n",
|
||||
" d_out=embed_dim//12,\n",
|
||||
" block_size=context_len,\n",
|
||||
" dropout=0.0,\n",
|
||||
" num_heads=12,\n",
|
||||
|
||||
Reference in New Issue
Block a user