mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-12-22 22:50:06 +01:00
Add .sh run script for macOS & linux, fix error on macs with low vram. (#737)
* Add .sh run script * Update extract_feature_print.py * Remove `requirements_macOS.txt`
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import os, sys, traceback
|
||||
|
||||
os.environ["PYTORCH_ENABLE_MPS_FALLBACK"] = "1"
|
||||
os.environ["PYTORCH_MPS_HIGH_WATERMARK_RATIO"] = "0.0"
|
||||
|
||||
# device=sys.argv[1]
|
||||
n_part = int(sys.argv[2])
|
||||
|
||||
Reference in New Issue
Block a user