1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-10 13:00:36 +08:00

chore(structure): rename requirements files (#14)

* chore(structure): rename requirements files

all of the requirements under `requirements/` have requirements-* in their name, which just looks dirty since all of the requirements are already in the `requirements` dir. therefore to have cleaner project, it's better to rename all the req files to just contain info on what each of them does

* fix(unitest): update requirements file used in the unitest workflow
This commit is contained in:
Alex Murkoff
2024-06-09 18:56:01 +07:00
committed by GitHub
parent 95f627d991
commit 5f69b9a376
10 changed files with 3 additions and 3 deletions

30
requirements/gui-dml.txt Normal file
View File

@@ -0,0 +1,30 @@
#1.Install torch from pytorch.org:
#torch 2.0 with cuda 11.8
#pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
#torch 1.11.0 with cuda 11.3
#pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cu113
einops
fairseq
flask
flask_cors
gin
gin_config
librosa
local_attention
matplotlib
praat-parselmouth
pyworld
PyYAML
resampy
scikit_learn
scipy
SoundFile
tensorboard
tqdm
wave
FreeSimpleGUI
sounddevice
gradio
noisereduce
onnxruntime-directml
torchfcpe