mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-05 19:41:56 +08:00
Update inference_webui.py
Change inference device to accelerate inference on Mac and reduce memory leak
This commit is contained in:
parent
3180294710
commit
861658050b
@ -73,7 +73,7 @@ os.environ['PYTORCH_ENABLE_MPS_FALLBACK'] = '1' # 确保直接启动推理UI时
|
||||
if torch.cuda.is_available():
|
||||
device = "cuda"
|
||||
elif torch.backends.mps.is_available():
|
||||
device = "mps"
|
||||
device = "cpu"
|
||||
else:
|
||||
device = "cpu"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user