diff --git a/performance.md b/performance.md index 1c4f65f..adc1d5e 100644 --- a/performance.md +++ b/performance.md @@ -10,10 +10,8 @@ decode = ops.audio_decode.ffmpeg() audio = [x[0] for x in decode('path/to/test.wav')] op = ops.audio_embedding.nnfp() -# op = ops.audio_embedding.nnfp( -# model_path='path/to/torchscript/model.pt') -# op = ops.audio_embedding.nnfp( -# model_path='path/to/model.onnx') +# op = ops.audio_embedding.nnfp(model_path='path/to/torchscript/model.pt') +# op = ops.audio_embedding.nnfp(model_path='path/to/model.onnx') start = time.time()