16 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
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
ChasonJiang
7394dc7b0c
为api_v2和inference_webui_fast适配V3版本 (#2188)
* modified:   GPT_SoVITS/TTS_infer_pack/TTS.py
	modified:   GPT_SoVITS/TTS_infer_pack/TextPreprocessor.py
	modified:   GPT_SoVITS/inference_webui_fast.py

* 适配V3版本

* api_v2.py和inference_webui_fast.py的v3适配

* 修改了个远古bug,增加了更友好的提示信息

* 优化webui

* 修改为正确的path

* 修复v3 lora模型的载入问题

* 修复读取tts_infer.yaml文件时遇到的编码不匹配的问题
2025-03-26 14:34:51 +08:00
RVC-Boss
0db482e87d
gpt_sovits_v3
gpt_sovits_v3
2025-02-11 21:15:24 +08:00
RVC-Boss
206325a402
gpt_sovits_v3
gpt_sovits_v3
2025-02-11 21:15:12 +08:00
RVC-Boss
6b12b4b10b
gpt_sovits_v3
gpt_sovits_v3
2025-02-11 21:14:48 +08:00
RVC-Boss
17d9be2a70
gpt_sovits_v3
gpt_sovits_v3
2025-02-11 21:14:28 +08:00
RVC-Boss
f7b617d4f7
gpt_sovits_v3
gpt_sovits_v3
2025-02-11 21:13:52 +08:00
RVC-Boss
89f1194c70
gpt_sovits_v3
gpt_sovits_v3
2025-02-11 21:13:37 +08:00
RVC-Boss
25d1aaf202
gpt_sovits_v3
gpt_sovits_v3
2025-02-11 21:12:58 +08:00
RVC-Boss
76c8150fea
gpt_sovits_v3
gpt_sovits_v3
2025-02-11 21:12:44 +08:00
RVC-Boss
96a7dca4b8
gpt_sovits_v3
gpt_sovits_v3
2025-02-11 21:12:09 +08:00
RVC-Boss
bfe241143b
gpt_sovits_v3
gpt_sovits_v3
2025-02-11 21:11:56 +08:00
RVC-Boss
c8f7604ba7
gpt_sovits_v3
gpt_sovits_v3
2025-02-11 21:11:17 +08:00
RVC-Boss
190dd6198c
gpt_sovits_v3
gpt_sovits_v3
2025-02-11 21:10:47 +08:00
RVC-Boss
21eaf84f23
gpt_sovits_v3
gpt_sovits_v3
2025-02-11 21:10:36 +08:00