ONNXRUNTIME:The given version [16] is not supported, only version 1 to 10 is supported in this build.
系统中存在多个 onnxruntime.dll
程序链接到了不匹配的版本

解决
把指定版本的onnxruntime.dll 复制到程序exe目录
比如我这个 funasr 程序依赖 C:\Programs\onnxruntime-win-arm64-1.16.1\lib\onnxruntime.dll
复制到程序目录:
