mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-29 22:10:21 +08:00
注释了inference_webui中mps的选项
This commit is contained in:
parent
345f3203f8
commit
f2cbc826c7
@ -45,8 +45,8 @@ os.environ['PYTORCH_ENABLE_MPS_FALLBACK'] = '1' # 确保直接启动推理UI时
|
|||||||
|
|
||||||
if torch.cuda.is_available():
|
if torch.cuda.is_available():
|
||||||
device = "cuda"
|
device = "cuda"
|
||||||
elif torch.backends.mps.is_available():
|
# elif torch.backends.mps.is_available():
|
||||||
device = "mps"
|
# device = "mps"
|
||||||
else:
|
else:
|
||||||
device = "cpu"
|
device = "cpu"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user