You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove: T4 auto-optimizations detection — use standard Applio/VRVC approach
Neither Applio nor Vietnamese-RVC have T4-specific detection or
optimizations. They just use standard CUDA with cache_data_in_gpu
as a user option. Our T4 detection added unnecessary special-casing
that didn't improve training quality.
Removed:
- _is_t4 detection block in train.py
- T4 log message in training startup
- T4-specific GPU class reporting in cli.py (show_info + version)
- T4 mention in README Colab table
Kept: ZLUDA detection (this is genuinely needed for AMD GPU support)
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ rvc-cli --help
102
102
103
103
| Notebook | Description |
104
104
|----------|-------------|
105
-
|[](https://colab.research.google.com/github/ArkanDash/Advanced-RVC-Inference/blob/master/Advanced-RVC.ipynb)| Full Web UI with T4 auto-optimizations |
105
+
|[](https://colab.research.google.com/github/ArkanDash/Advanced-RVC-Inference/blob/master/Advanced-RVC.ipynb)| Full Web UI |
106
106
|[](https://colab.research.google.com/github/ArkanDash/Advanced-RVC-Inference/blob/master/colab-noui.ipynb)| CLI only — lightweight headless mode |
0 commit comments