diff --git a/src/pipecat/audio/vad/silero.py b/src/pipecat/audio/vad/silero.py index d97e9b1df..57c302e49 100644 --- a/src/pipecat/audio/vad/silero.py +++ b/src/pipecat/audio/vad/silero.py @@ -46,10 +46,6 @@ class SileroOnnxModel: path: Path to the ONNX model file. force_onnx_cpu: Whether to force CPU execution provider. """ - import numpy as np - - global np - opts = onnxruntime.SessionOptions() opts.inter_op_num_threads = 1 opts.intra_op_num_threads = 1