mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-08 12:00:49 +08:00
Update infer-web.py
This commit is contained in:
@@ -34,6 +34,7 @@ else:
|
|||||||
gpu_name = torch.cuda.get_device_name(i)
|
gpu_name = torch.cuda.get_device_name(i)
|
||||||
if (
|
if (
|
||||||
"10" in gpu_name
|
"10" in gpu_name
|
||||||
|
or "16" in gpu_name
|
||||||
or "20" in gpu_name
|
or "20" in gpu_name
|
||||||
or "30" in gpu_name
|
or "30" in gpu_name
|
||||||
or "40" in gpu_name
|
or "40" in gpu_name
|
||||||
|
|||||||
Reference in New Issue
Block a user