From 7a6ce09b6f53bbd555bcfd5fe38ddae574f564e7 Mon Sep 17 00:00:00 2001 From: Ftps Date: Fri, 17 Nov 2023 18:23:57 +0900 Subject: [PATCH] remove old information --- rvc/configs/config.py | 2 -- 1 file changed, 2 deletions(-) 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(