Remove obsolete GPU fallback and HuBERT notes

This commit is contained in:
RVC-Boss
2026-07-19 22:27:49 +08:00
parent c33328091b
commit f154669af5
8 changed files with 0 additions and 16 deletions

View File

@@ -92,7 +92,6 @@ Torch와 CUDA 狀態를 確認하세요.
python -c "import torch; print('torch:', torch.__version__); print('cuda:', torch.version.cuda); print('cuda available:', torch.cuda.is_available())"
```
프로그램은 NVIDIA GPU 記憶體와 計算能力도 확인합니다. 약 4 GiB 미만이거나 SM 5.3 미만이면 CPU 經路를 사용합니다.
### 패키지 來源
@@ -167,7 +166,6 @@ hf download lj1995/VoiceConversionWebUI rmvpe.onnx --revision main \
--local-dir assets/rmvpe
```
舊形式 `hubert_base.pt`는 이 브랜치에서 사용하지 않습니다. 현재 코드는 `assets/hubert_base/`의 Transformers 모델을 사용합니다. FCPE는 `torchfcpe`에 포함됩니다.
### FFmpeg