File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828
2929 - name : Install dependencies
3030 run : |
31- pip install --no-cache-dir -r requirements-311 .txt
31+ pip install --no-cache-dir -r requirements.txt
3232
3333 - name : Install necessary models
3434 run : |
6262
6363 - name : Install dependencies
6464 run : |
65- pip install --no-cache-dir -r requirements-311 .txt
65+ pip install --no-cache-dir -r requirements.txt
6666
6767 - name : Install necessary models
6868 run : |
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # Основные библиотеки
12requests
2- tensorboardX
3- fairseq == 0.12.2
4- faiss-cpu == 1.7.3
5- numpy == 1.23.5
3+ numpy < 2
4+ gradio
5+ einops
6+ mega-x
7+ gdown
8+ wget
9+ tqdm
10+
11+ # Библиотеки для работы с аудио и видео
612ffmpeg-python >= 0.2.0
7- praat-parselmouth >= 0.4.2
8- pyworld == 0.3.4
913torchcrepe == 0.0.23
14+ PolUVR [gpu ]
1015edge-tts
11- einops
16+
17+ # Машинное обучение и нейронные сети
18+ torch == 2.6
19+ torchaudio == 2.6
20+ torchvision == 0.21
21+ faiss-cpu == 1.7.3
1222local-attention
13- gradio >= 5.20.0
14- mega.py
15- wget
16- gdown
17- PolUVR [gpu ]
18- torch < 2.6
19- torchaudio < 2.6
20- torchvision < 0.21
23+ tensorboardX
24+
25+ # Условные зависимости
26+ fairseq ; python_version < '3.11'
27+ https://github.com/Bebra777228/TrainVocModel-EN/releases/download/fixed-packages/fairseq-0.12.3-cp311-cp311-linux_x86_64.whl; sys_platform == 'linux' and python_version == '3.11'
28+ https://github.com/Bebra777228/TrainVocModel-EN/releases/download/fixed-packages/fairseq-0.12.3-cp311-cp311-win_amd64.whl; sys_platform == 'win32' and python_version == '3.11'
You can’t perform that action at this time.
0 commit comments