update numbering

This commit is contained in:
rasbt 2024-04-22 07:00:20 -05:00
parent 2dd7bf9cda
commit df4fc602d8
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
# Code: https://github.com/rasbt/LLMs-from-scratch
#
# This file collects all the relevant code that we covered thus far
# throughout Chapters 2-5.
# throughout Chapters 2-4.
# This file can be run as a standalone script.
import tiktoken

View File

@ -4,7 +4,7 @@
# Code: https://github.com/rasbt/LLMs-from-scratch
#
# This file collects all the relevant code that we covered thus far
# throughout Chapters 2-5.
# throughout Chapters 2-4.
# This file can be run as a standalone script.
import tiktoken

View File

@ -4,7 +4,7 @@
# Code: https://github.com/rasbt/LLMs-from-scratch
# This file collects all the relevant code that we covered thus far
# throughout Chapters 2-5.
# throughout Chapters 2-4.
# This file can be run as a standalone script.
import tiktoken