DHEIVER commited on
Commit
565d5a1
·
verified ·
1 Parent(s): 103ca29

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -5,12 +5,10 @@ transformers>=4.37.2
5
  diffusers>=0.25.0
6
  accelerate>=0.27.2
7
 
8
- # Image and video processing
9
  Pillow>=10.2.0
10
  imageio>=2.33.1
11
- moviepy>=1.0.3
12
  opencv-python>=4.9.0.80
13
- modelscope>=1.12.0
14
 
15
  # NLP and translation
16
  sacremoses>=0.1.1
@@ -23,9 +21,10 @@ numpy>=1.26.4
23
  scipy>=1.12.0
24
  tqdm>=4.66.2
25
 
26
- # Optional for better performance
27
- # nvidia-cuda-runtime-cu12==12.1.105 # Se tiver GPU NVIDIA
28
- # nvidia-cudnn-cu12==8.9.2.26 # Se tiver GPU NVIDIA
 
29
 
30
  # Additional utilities
31
  requests>=2.31.0
 
5
  diffusers>=0.25.0
6
  accelerate>=0.27.2
7
 
8
+ # Image processing
9
  Pillow>=10.2.0
10
  imageio>=2.33.1
 
11
  opencv-python>=4.9.0.80
 
12
 
13
  # NLP and translation
14
  sacremoses>=0.1.1
 
21
  scipy>=1.12.0
22
  tqdm>=4.66.2
23
 
24
+ # ModelScope dependencies
25
+ addict>=2.4.0
26
+ modelscope>=1.12.0
27
+ moviepy>=1.0.3
28
 
29
  # Additional utilities
30
  requests>=2.31.0