Rename requirements-ipex.txt to requirements.txt
Browse files
requirements-ipex.txt → requirements.txt
RENAMED
@@ -1,13 +1,8 @@
|
|
1 |
-
torch==2.0.1a0
|
2 |
-
intel_extension_for_pytorch==2.0.110+xpu
|
3 |
-
torchvision==0.15.2a0
|
4 |
-
https://github.com/Disty0/Retrieval-based-Voice-Conversion-WebUI/releases/download/torchaudio_wheels_for_ipex/torchaudio-2.0.2+31de77d-cp310-cp310-linux_x86_64.whl
|
5 |
-
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
|
6 |
joblib>=1.1.0
|
7 |
numba==0.56.4
|
8 |
numpy==1.23.5
|
9 |
scipy
|
10 |
-
librosa==0.
|
11 |
llvmlite==0.39.0
|
12 |
fairseq==0.12.2
|
13 |
faiss-cpu==1.7.3
|
@@ -43,13 +38,12 @@ uvicorn>=0.21.1
|
|
43 |
colorama>=0.4.5
|
44 |
pyworld==0.3.2
|
45 |
httpx
|
46 |
-
onnxruntime
|
47 |
-
|
48 |
-
torchcrepe==0.0.23
|
49 |
fastapi==0.88
|
|
|
50 |
ffmpy==0.3.1
|
51 |
python-dotenv>=1.0.0
|
52 |
av
|
53 |
-
|
54 |
-
|
55 |
-
torchfcpe
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
joblib>=1.1.0
|
2 |
numba==0.56.4
|
3 |
numpy==1.23.5
|
4 |
scipy
|
5 |
+
librosa==0.9.1
|
6 |
llvmlite==0.39.0
|
7 |
fairseq==0.12.2
|
8 |
faiss-cpu==1.7.3
|
|
|
38 |
colorama>=0.4.5
|
39 |
pyworld==0.3.2
|
40 |
httpx
|
41 |
+
onnxruntime
|
42 |
+
torchcrepe==0.0.20
|
|
|
43 |
fastapi==0.88
|
44 |
+
torchfcpe
|
45 |
ffmpy==0.3.1
|
46 |
python-dotenv>=1.0.0
|
47 |
av
|
48 |
+
mega.py
|
49 |
+
gdown
|
|