DawnC commited on
Commit
6d27b4e
·
verified ·
1 Parent(s): 8b4d541

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -16
requirements.txt CHANGED
@@ -1,17 +1,17 @@
1
- torch==2.5.1
2
- torchvision==0.20.1
3
- numpy==2.0.2
4
- transformers==4.52.4
5
- accelerate==1.7.0
6
- bitsandbytes==0.46.0
7
- sentencepiece==0.2.0
8
- huggingface-hub==0.31.4
9
- ultralytics==8.3.128
10
- opencv-python==4.11.0.86
11
- pillow==11.2.1
12
- gradio==5.32.0
13
- matplotlib==3.10.0
14
- requests==2.32.3
15
- yt-dlp==2025.5.22
16
- urllib3==2.4.0
17
  git+https://github.com/openai/CLIP.git
 
 
 
 
 
 
 
 
 
1
+ torch>=2.0.0
2
+ torchvision>=0.15.0
3
+ ultralytics>=8.0.0
4
+ opencv-python>=4.7.0
5
+ pillow>=9.4.0
6
+ numpy>=1.23.5
7
+ matplotlib>=3.7.0
8
+ gradio>=3.32.0
 
 
 
 
 
 
 
 
9
  git+https://github.com/openai/CLIP.git
10
+ yt-dlp>=2023.3.4
11
+ requests>=2.28.1
12
+ transformers
13
+ accelerate
14
+ bitsandbytes
15
+ sentencepiece
16
+ huggingface_hub>=0.19.0
17
+ urllib3>=1.26.0