assentian1970 commited on
Commit
5bdc624
·
verified ·
1 Parent(s): 63181af

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -13
requirements.txt CHANGED
@@ -1,14 +1,9 @@
1
- git+https://github.com/ultralytics/ultralytics.git
2
- torch==2.0.1
3
- torchvision==0.15.2
4
- torchaudio==2.0.2
5
  transformers==4.37.2
6
- gradio==4.24.0
7
- decord==0.6.0
8
- Pillow==10.2.0
9
- opencv-python-headless==4.9.0.80
10
- numpy==1.26.4
11
- modelscope==1.11.0
12
- huggingface_hub==0.22.2
13
- accelerate==0.29.3
14
- bitsandbytes==0.43.1
 
1
+ gradio
2
+ torch
 
 
3
  transformers==4.37.2
4
+ modelscope
5
+ decord
6
+ ultralytics
7
+ numpy
8
+ opencv-python
9
+ Pillow