update pr

This commit is contained in:
rasbt
2024-05-26 15:38:35 -05:00
parent e2aeb80fdb
commit 050c8b7b73
2 changed files with 12 additions and 4 deletions

View File

@@ -341,7 +341,7 @@
" self.d_out = d_out\n",
"\n",
" self.qkv = nn.Linear(d_in, 3 * d_out, bias=qkv_bias)\n",
" self.proj = nn.Linear(d_in, d_out)\n",
" self.proj = nn.Linear(d_out, d_out)\n",
" self.dropout = dropout\n",
"\n",
" def forward(self, x):\n",