snakers4 / silero-vad

Silero VAD: pre-trained enterprise-grade Voice Activity Detector
MIT License
3.38k stars 353 forks source link

Reason for torch.set_num_threads(1) ? #483

Closed TechInterMezzo closed 1 week ago

TechInterMezzo commented 1 week ago

Why is torch.set_num_threads(1) used in the examples? Does it improve performance for the model or does it prevent bugs?