comment update

This commit is contained in:
rasbt 2024-02-24 06:52:17 -06:00
parent f057156181
commit 4e68649f16

View File

@ -1,6 +1,6 @@
# This file collects all the relevant code that we covered thus far # This file collects all the relevant code that we covered thus far
# throughout Chapters 2-4 # throughout Chapters 2-4.
# This file can be run as a standalone s # This file can be run as a standalone script.
import tiktoken import tiktoken
import torch import torch