Skip to content

Commit 13f049f

Browse files
authored
Minor typo: pply -> Apply (#749)
1 parent c6472f1 commit 13f049f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ch05/11_qwen3/standalone-qwen3.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@
10831083
" min_val = top_logits[:, -1]\n",
10841084
" logits = torch.where(logits < min_val, torch.tensor(-torch.inf).to(logits.device), logits)\n",
10851085
"\n",
1086-
" # pply temperature scaling\n",
1086+
" # Apply temperature scaling\n",
10871087
" if temperature > 0.0:\n",
10881088
" logits = logits / temperature\n",
10891089
"\n",
@@ -1201,7 +1201,7 @@
12011201
"name": "python",
12021202
"nbconvert_exporter": "python",
12031203
"pygments_lexer": "ipython3",
1204-
"version": "3.10.16"
1204+
"version": "3.11.9"
12051205
}
12061206
},
12071207
"nbformat": 4,

0 commit comments

Comments
 (0)