Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
accelerate==1.1.1
|
2 |
albumentations==1.4.21
|
3 |
#audio-separator==0.24.1
|
@@ -18,14 +21,11 @@ modelscope==1.20.1
|
|
18 |
moviepy==1.0.3
|
19 |
numpy==1.26.4
|
20 |
omegaconf==2.3.0
|
21 |
-
onnxruntime-gpu
|
22 |
opencv-python-headless==4.10.0.84
|
23 |
pillow>=10.4.0
|
24 |
scikit-learn>=1.5.2
|
25 |
scipy>=1.14.1
|
26 |
-
torch==2.5.1
|
27 |
-
torchaudio==2.5.1
|
28 |
-
torchvision==0.20.1
|
29 |
transformers==4.46.3
|
30 |
tqdm>=4.67.1
|
31 |
xformers==0.0.28.post3
|
|
|
1 |
+
torch
|
2 |
+
torchaudio
|
3 |
+
torchvision
|
4 |
accelerate==1.1.1
|
5 |
albumentations==1.4.21
|
6 |
#audio-separator==0.24.1
|
|
|
21 |
moviepy==1.0.3
|
22 |
numpy==1.26.4
|
23 |
omegaconf==2.3.0
|
24 |
+
onnxruntime-gpu
|
25 |
opencv-python-headless==4.10.0.84
|
26 |
pillow>=10.4.0
|
27 |
scikit-learn>=1.5.2
|
28 |
scipy>=1.14.1
|
|
|
|
|
|
|
29 |
transformers==4.46.3
|
30 |
tqdm>=4.67.1
|
31 |
xformers==0.0.28.post3
|