Spanicin commited on
Commit
3a34467
·
verified ·
1 Parent(s): 182bf6b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +34 -33
requirements.txt CHANGED
@@ -1,33 +1,34 @@
1
- --find-links https://download.pytorch.org/whl/torch_stable.html
2
-
3
- accelerate==0.28.0
4
- audio-separator==0.17.2
5
- av==12.1.0
6
- bitsandbytes==0.43.1
7
- decord==0.6.0
8
- diffusers==0.27.2
9
- einops==0.8.0
10
- insightface==0.7.3
11
- librosa==0.10.2.post1
12
- mediapipe[vision]==0.10.14
13
- mlflow==2.13.1
14
- moviepy==1.0.3
15
- numpy==1.26.4
16
- omegaconf==2.3.0
17
- onnx2torch==1.5.14
18
- onnx==1.16.1
19
- onnxruntime-gpu==1.18.0
20
- opencv-contrib-python==4.9.0.80
21
- opencv-python-headless==4.9.0.80
22
- opencv-python==4.9.0.80
23
- pillow==10.3.0
24
- setuptools==70.0.0
25
- torch==2.2.2+cu121
26
- torchvision==0.17.2+cu121
27
- tqdm==4.66.4
28
- transformers==4.39.2
29
- xformers==0.0.25.post1
30
- isort==5.13.2
31
- pylint==3.2.2
32
- pre-commit==3.7.1
33
- gradio==4.36.1
 
 
1
+ --find-links https://download.pytorch.org/whl/torch_stable.html
2
+
3
+ accelerate==0.28.0
4
+ audio-separator==0.17.2
5
+ av==12.1.0
6
+ bitsandbytes==0.43.1
7
+ decord==0.6.0
8
+ diffusers==0.27.2
9
+ einops==0.8.0
10
+ insightface==0.7.3
11
+ librosa==0.10.2.post1
12
+ mediapipe[vision]==0.10.14
13
+ mlflow==2.13.1
14
+ moviepy==1.0.3
15
+ numpy==1.26.4
16
+ omegaconf==2.3.0
17
+ onnx2torch==1.5.14
18
+ onnx==1.16.1
19
+ onnxruntime-gpu==1.18.0
20
+ opencv-contrib-python==4.9.0.80
21
+ opencv-python-headless==4.9.0.80
22
+ opencv-python==4.9.0.80
23
+ pillow==10.3.0
24
+ setuptools==70.0.0
25
+ tqdm==4.66.4
26
+ transformers==4.39.2
27
+ isort==5.13.2
28
+ pylint==3.2.2
29
+ pre-commit==3.7.1
30
+ gradio==4.36.1
31
+ torch==2.2.2+cu121 --index-url https://download.pytorch.org/whl/cu121
32
+ torchvision==0.17.2+cu121 --index-url https://download.pytorch.org/whl/cu121
33
+ torchaudio==2.2.2+cu121 --index-url https://download.pytorch.org/whl/cu121
34
+ xformers==0.0.25.post1