We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cfa52b commit 2dc46beCopy full SHA for 2dc46be
ch02/01_main-chapter-code/ch02.ipynb
@@ -46,7 +46,7 @@
46
"name": "stdout",
47
"output_type": "stream",
48
"text": [
49
- "torch version: 2.4.0\n",
+ "torch version: 2.5.1\n",
50
"tiktoken version: 0.7.0\n"
51
]
52
}
@@ -1252,7 +1252,7 @@
1252
1253
1254
1255
- "PyTorch version: 2.4.0\n"
+ "PyTorch version: 2.5.1\n"
1256
1257
1258
],
@@ -1791,7 +1791,7 @@
1791
"print(token_embeddings.shape)\n",
1792
"\n",
1793
"# uncomment & execute the following line to see how the embeddings look like\n",
1794
- "# print(token_embedding)"
+ "# print(token_embeddings)"
1795
1796
},
1797
{
0 commit comments