15 Commits

Author SHA1 Message Date
google-labs-jules[bot]
d3b8f7e09e feat: Migrate from CUDA to XPU for Intel GPU support
This commit migrates the project from using NVIDIA CUDA to Intel XPU for GPU acceleration, based on the PyTorch 2.9 release.

Key changes include:
- Replaced `torch.cuda` with `torch.xpu` for device checks, memory management, and distributed training.
- Updated device strings from "cuda" to "xpu" across the codebase.
- Switched the distributed training backend from "nccl" to "ccl" for Intel GPUs.
- Disabled custom CUDA kernels in the `BigVGAN` module by setting `use_cuda_kernel=False`.
- Updated `requirements.txt` to include `torch==2.9` and `intel-extension-for-pytorch`.
- Modified CI/CD pipelines and build scripts to remove CUDA dependencies and build for an XPU target.
2025-11-10 13:09:27 +00:00
XXXXRT666
6fdc67ca83
Fix bugs in install.sh, reduce log noise, and improve error reporting (#2464)
* Update Install.sh

* Format Code

* Delete dev null

* Update README, Support Dark Mode in CSS/JS
2025-06-17 15:21:36 +08:00
RVC-Boss
921ac6c41a
support sovits v2Pro v2ProPlus
support sovits v2Pro v2ProPlus
2025-06-04 15:16:47 +08:00
XXXXRT666
53cac93589
Refactor: Format Code with Ruff and Update Deprecated G2PW Link (#2255)
* ruff check --fix

* ruff format --line-length 120 --target-version py39

* Change the link for G2PW Model

* update pytorch version and colab
2025-04-07 16:42:47 +08:00
RVC-Boss
28bdff356f
fix https://github.com/RVC-Boss/GPT-SoVITS/issues/2250
fix https://github.com/RVC-Boss/GPT-SoVITS/issues/2250
2025-04-01 10:34:02 +08:00
RVC-Boss
fbb9f21e53
Add files via upload 2025-02-23 20:26:18 +08:00
RVC-Boss
aa07216bba
修复resume epoch数识别错,每次resume都要都训一轮的问题
修复resume epoch数识别错,每次resume都要都训一轮的问题
2025-02-23 15:09:22 +08:00
RVC-Boss
fa42d26d0e
gpt_sovits_v3
gpt_sovits_v3
2025-02-11 21:07:03 +08:00
RVC-Boss
0dae0d70f3
屏蔽不必要告警
屏蔽不必要告警
2024-08-06 14:33:20 +08:00
RVC-Boss
32a46d9494
Add files via upload 2024-08-06 12:03:05 +08:00
彭震东
e106a5ee88
Update s2_train.py (#1159) 2024-06-07 22:03:27 +08:00
Lion
1963eb01cc support cpu training, use cpu training on mac 2024-03-13 22:24:32 +08:00
Wu Zichen
07a5339691 mps support 2024-01-24 19:37:47 +08:00
Blaise
0d92575115 Code refactor + remove unused imports 2024-01-16 17:10:27 +01:00
RVC-Boss
41ca6028d6
Add files via upload 2024-01-16 17:38:48 +08:00