mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-11-02 10:50:30 +00:00
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:
parent
0f83b87c04
commit
0beb32b45a
@ -5,4 +5,5 @@ matplotlib >= 3.7.1
|
||||
jupyterlab >= 4.0
|
||||
ipywidgets >= 8.0.6
|
||||
watermark >= 2.4.2
|
||||
torch >= 2.0.1
|
||||
torch >= 2.0.1
|
||||
tiktoken >= 0.5.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user