Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lab-materials/03/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ tokenizers==0.19.1; python_version >= '3.7'
torch==2.2.2+cu121
torchvision==0.17.2; python_version >= '3.8'
tqdm==4.66.5; python_version >= '3.7'
transformers==4.44.2; python_full_version >= '3.8.0'
transformers==4.53.0; python_full_version >= '3.8.0'
triton==2.2.0; python_version < '3.12' and platform_system == 'Linux' and platform_machine == 'x86_64'
typing-extensions==4.12.2; python_version < '3.13'
typing-inspect==0.9.0
Expand Down