ucr-max commited on
Commit
f19b511
·
verified ·
1 Parent(s): 2fd4f23

Update requirements.txt with the versions.

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- torch
2
- transformers
3
- tokenizers
4
- safetensors
5
- tqdm
 
 
1
+ # Python 3.11.x
2
+ torch==2.10.0+cu130
3
+ transformers==4.57.6
4
+ tokenizers==0.22.2
5
+ safetensors==0.7.0
6
+ tqdm==4.67.3