diff --git a/rvc/configs/config.py b/rvc/configs/config.py index 4c7d467..73d0e38 100644 --- a/rvc/configs/config.py +++ b/rvc/configs/config.py @@ -94,8 +94,6 @@ class Config: cmd_opts.dml, ) - # has_mps is only available in nightly pytorch (for now) and MasOS 12.3+. - # check `getattr` and try it for compatibility @staticmethod def has_mps() -> bool: return torch.backends.mps.is_available() and not torch.zeros(1).to(