mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-07-03 07:04:25 +00:00
Fix typo in Ch02 comments (#516)
This commit is contained in:
parent
8cfa52bf1d
commit
2dc46bedc6
@ -46,7 +46,7 @@
|
|||||||
"name": "stdout",
|
"name": "stdout",
|
||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
"text": [
|
"text": [
|
||||||
"torch version: 2.4.0\n",
|
"torch version: 2.5.1\n",
|
||||||
"tiktoken version: 0.7.0\n"
|
"tiktoken version: 0.7.0\n"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -1252,7 +1252,7 @@
|
|||||||
"name": "stdout",
|
"name": "stdout",
|
||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
"text": [
|
"text": [
|
||||||
"PyTorch version: 2.4.0\n"
|
"PyTorch version: 2.5.1\n"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -1791,7 +1791,7 @@
|
|||||||
"print(token_embeddings.shape)\n",
|
"print(token_embeddings.shape)\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# uncomment & execute the following line to see how the embeddings look like\n",
|
"# uncomment & execute the following line to see how the embeddings look like\n",
|
||||||
"# print(token_embedding)"
|
"# print(token_embeddings)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user