Преглед изворни кода

Merge pull request #186 from alibaba-damo-academy/znsoftm-patch-1

Update readme.md
zhifu gao пре 3 година
родитељ
комит
3ac0ff2e54
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      funasr/runtime/onnxruntime/readme.md

+ 2 - 2
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.
+2. We borrowed a lot of code from [FastASR](https://github.com/chenkui164/FastASR) for audio frontend and text-postprocess.