vilarin commited on
Commit
0fc329a
1 Parent(s): a9bc058

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -10
requirements.txt CHANGED
@@ -1,10 +1,6 @@
1
- accelerate
2
- numpy
3
- timm
4
- einops
5
- torch
6
- torchvision
7
- Pillow
8
- transformers
9
- huggingface_hub
10
- huggingface_hub[hf_transfer]
 
1
+ Pillow==10.1.0
2
+ torch==2.1.2
3
+ torchvision==0.16.2
4
+ transformers==4.40.0
5
+ sentencepiece==0.1.99
6
+ opencv-python