修复多余的注释导致的bug

This commit is contained in:
ChasonJiang 2025-03-05 18:17:33 +08:00
parent 271db6a4de
commit 9313c02e5a

View File

@ -149,7 +149,7 @@ class TTS_Config:
print(f"Warning: CUDA is not available, set device to CPU.")
self.device = torch.device("cpu")
# self.is_half = self.configs.get("is_half", False)
self.is_half = self.configs.get("is_half", False)
# if str(self.device) == "cpu" and self.is_half:
# print(f"Warning: Half precision is not supported on CPU, set is_half to False.")
# self.is_half = False