Update requirements.txt

Add tiktoken library version 0.5.1 as used in chapter 02 for section 2.5 Byte pair encoding.
This commit is contained in:
Megabyte 2023-12-27 16:30:31 +03:00 committed by GitHub
parent 0f83b87c04
commit 0beb32b45a

View File

@ -6,3 +6,4 @@ jupyterlab >= 4.0
ipywidgets >= 8.0.6
watermark >= 2.4.2
torch >= 2.0.1
tiktoken >= 0.5.1