mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2026-07-12 11:01:09 +08:00
7 lines
217 B
Python
7 lines
217 B
Python
from . import MLX, PyTorch
|
|
from .PyTorch import T2SEngineTorch, T2SRequest, T2SResult
|
|
|
|
backends = PyTorch.backends + MLX.backends
|
|
|
|
__all__ = ["T2SEngineTorch", "T2SRequest", "T2SResult", "backends", "MLX", "PyTorch"]
|