hynt commited on
Commit
314f0f9
·
verified ·
1 Parent(s): da4f915

Update infer_zipvoice.py

Browse files
Files changed (1) hide show
  1. infer_zipvoice.py +2 -2
infer_zipvoice.py CHANGED
@@ -89,8 +89,8 @@ MODEL_CONFIG = {
89
  "zipvoice_distill": "zipvoice_distill/zipvoice_base.json",
90
  }
91
 
92
- torch.set_num_threads(1)
93
- torch.set_num_interop_threads(1)
94
 
95
  def get_vocoder(vocos_local_path: Optional[str] = None):
96
  if vocos_local_path:
 
89
  "zipvoice_distill": "zipvoice_distill/zipvoice_base.json",
90
  }
91
 
92
+ # torch.set_num_threads(1)
93
+ # torch.set_num_interop_threads(1)
94
 
95
  def get_vocoder(vocos_local_path: Optional[str] = None):
96
  if vocos_local_path: