We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd1fdd commit bf41d8bCopy full SHA for bf41d8b
web.py
@@ -9,6 +9,7 @@
9
10
if sys.platform == "darwin":
11
os.environ["PYTORCH_ENABLE_MPS_FALLBACK"] = "1"
12
+ os.environ["OMP_NUM_THREADS"] = "1"
13
14
from infer.modules.vc import VC, show_info, hash_similarity
15
from infer.modules.uvr5.modules import uvr
0 commit comments