Update config.py

This commit is contained in:
RVC-Boss 2023-05-02 12:31:05 +00:00 committed by GitHub
parent 951989117b
commit c4a18107dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class Config:
i_device = int(self.device.split(":")[-1])
self.gpu_name = torch.cuda.get_device_name(i_device)
if (
("16" in gpu_name and "V100" not in gpu_name.upper())
("16" in self.gpu_name and "V100" not in self.gpu_name.upper())
or "P40" in self.gpu_name.upper()
or "1070" in self.gpu_name
or "1080" in self.gpu_name