mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-06 17:50:25 +08:00
fix: i18n & dl & tests
This commit is contained in:
@@ -214,7 +214,7 @@ class Config(metaclass=Singleton):
|
||||
self.use_fp32_config()
|
||||
else:
|
||||
logger.info("No supported Nvidia GPU found")
|
||||
self.device = self.instead = "cpu"
|
||||
self.device = self.instead = torch.get_default_device()
|
||||
self.is_half = False
|
||||
self.use_fp32_config()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user