Skip to content

Commit 184ff9b

Browse files
authored
Merge branch 'main' into qwen-tokenizer-fix
2 parents 5dfd3fc + bfc6389 commit 184ff9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch03/01_main-chapter-code/ch03.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1844,7 +1844,7 @@
18441844
" # As in `CausalAttention`, for inputs where `num_tokens` exceeds `context_length`, \n",
18451845
" # this will result in errors in the mask creation further below. \n",
18461846
" # In practice, this is not a problem since the LLM (chapters 4-7) ensures that inputs \n",
1847-
" # do not exceed `context_length` before reaching this forwar\n",
1847+
" # do not exceed `context_length` before reaching this forward method.\n",
18481848
"\n",
18491849
" keys = self.W_key(x) # Shape: (b, num_tokens, d_out)\n",
18501850
" queries = self.W_query(x)\n",

0 commit comments

Comments
 (0)