mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-01-20 02:51:09 +00: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