We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当 DSHERPA_ONNX_USE_PRE_INSTALLED_ONNXRUNTIME_IF_AVAILABLE 为 ON , 同时指定如下环境变量:
DSHERPA_ONNX_USE_PRE_INSTALLED_ONNXRUNTIME_IF_AVAILABLE
ON
onnxruntime.cmake 文件 153 行是否应该判断一下 MSVC 使用 .lib 而不是 .a
onnxruntime.cmake
现在报错:location_onnxruntime_header_dir: location_onnxruntime_header_dir-NOTFOUND
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
当
DSHERPA_ONNX_USE_PRE_INSTALLED_ONNXRUNTIME_IF_AVAILABLE
为ON
, 同时指定如下环境变量:onnxruntime.cmake
文件 153 行是否应该判断一下 MSVC 使用 .lib 而不是 .a现在报错:location_onnxruntime_header_dir: location_onnxruntime_header_dir-NOTFOUND
The text was updated successfully, but these errors were encountered: