-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
executable file
·66 lines (63 loc) · 1.24 KB
/
requirements.txt
File metadata and controls
executable file
·66 lines (63 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# --- 核心运行环境 (RTX 5060 / CUDA 12.x 优化) ---
# 注意:torch 和 torchaudio 建议通过 --index-url https://download.pytorch.org/whl/cu124 安装以确保算力匹配
torch==2.4.0
torchaudio==2.4.0
numpy<2.0.0
# --- 修正后的关键兼容性版本 ---
setuptools<70.0.0
gradio==3.48.0
gradio-client==0.6.1
matplotlib==3.7.2
# --- RVC 核心依赖 ---
aria2
joblib>=1.1.0
numba==0.56.4
scipy
librosa==0.9.1
llvmlite==0.39.0
# 注意:fairseq 安装后需手动修改 checkpoint_utils.py 第 315 行加入 weights_only=False
fairseq==0.12.2
faiss-cpu==1.7.3
Cython
pydub>=0.25.1
soundfile>=0.12.1
ffmpeg-python>=0.2.0
tensorboardX
Jinja2>=3.1.2
json5
Markdown
matplotlib-inline>=0.1.3
praat-parselmouth>=0.4.2
Pillow>=9.1.1
resampy>=0.4.2
scikit-learn
tensorboard
tqdm>=4.63.1
tornado>=6.1
Werkzeug>=2.2.3
uc-micro-py>=1.0.1
sympy>=1.11.1
tabulate>=0.8.10
PyYAML>=6.0
pyasn1>=0.4.8
pyasn1-modules>=0.2.8
fsspec>=2022.11.0
absl-py>=1.2.0
audioread
uvicorn>=0.21.1
colorama>=0.4.5
pyworld==0.3.2
httpx
# GPU 推理优化
onnxruntime-gpu; sys_platform != 'darwin'
torchcrepe==0.0.20
fastapi==0.88
torchfcpe
ffmpy==0.3.1
python-dotenv>=1.0.0
av
# --- 补齐 Fairseq 运行必需的轻量包 ---
hydra-core==1.0.7
omegaconf==2.0.6
bitarray
sacrebleu