ViTeX-Bench commited on
Commit
38bf857
·
verified ·
1 Parent(s): baabe40

Add pip requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -0
requirements.txt ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch>=2.7.0
2
+ torchvision
3
+ transformers
4
+ imageio
5
+ imageio-ffmpeg
6
+ safetensors
7
+ einops
8
+ sentencepiece
9
+ protobuf
10
+ ftfy
11
+ pandas
12
+ accelerate>=1.13.0
13
+ peft
14
+ datasets
15
+ opencv-python
16
+ numpy
17
+ Pillow
18
+ tqdm
19
+ huggingface_hub