Skip to content

Commit 2dc46be

Browse files
authored
Fix typo in Ch02 comments (rasbt#516)
1 parent 8cfa52b commit 2dc46be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"name": "stdout",
4747
"output_type": "stream",
4848
"text": [
49-
"torch version: 2.4.0\n",
49+
"torch version: 2.5.1\n",
5050
"tiktoken version: 0.7.0\n"
5151
]
5252
}
@@ -1252,7 +1252,7 @@
12521252
"name": "stdout",
12531253
"output_type": "stream",
12541254
"text": [
1255-
"PyTorch version: 2.4.0\n"
1255+
"PyTorch version: 2.5.1\n"
12561256
]
12571257
}
12581258
],
@@ -1791,7 +1791,7 @@
17911791
"print(token_embeddings.shape)\n",
17921792
"\n",
17931793
"# uncomment & execute the following line to see how the embeddings look like\n",
1794-
"# print(token_embedding)"
1794+
"# print(token_embeddings)"
17951795
]
17961796
},
17971797
{

0 commit comments

Comments
 (0)