From 01752b85b5c2e213825ca007822febf0c1fbb311 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 3 Mar 2023 22:33:38 +0800 Subject: [PATCH] Update readme.md --- funasr/runtime/onnxruntime/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/funasr/runtime/onnxruntime/readme.md b/funasr/runtime/onnxruntime/readme.md index c13fe4a64..b47326b3b 100644 --- a/funasr/runtime/onnxruntime/readme.md +++ b/funasr/runtime/onnxruntime/readme.md @@ -7,7 +7,7 @@ 安装Vs2022 打开cpp_onnx目录下的cmake工程,直接 build即可。 本仓库已经准备好所有相关依赖库。 - Windows下已经预置fftw3、onnxruntime及openblas库 + Windows下已经预置fftw3及onnxruntime库 ### Linux @@ -106,4 +106,4 @@ onnxruntime_xxx ## Acknowledge 1. We acknowledge [mayong](https://github.com/RapidAI/RapidASR/tree/main/cpp_onnx) for contributing the onnxruntime(cpp api). -2. We borrowed a lot of code from [FastASR](https://github.com/chenkui164/FastASR) for audio frontend and text-postprocess. \ No newline at end of file +2. We borrowed a lot of code from [FastASR](https://github.com/chenkui164/FastASR) for audio frontend and text-postprocess.