Open JohnMasen opened 1 year ago
Which onnx nuget package are you using? The CPU does not need to install cuda when using this'Microsoft.ML.OnnxRuntime '
Microsoft.ML.OnnxRuntime v1.14.1
This is not clear. Perhaps the configuration environment is different somewhere. 😂
HI, I'm trying to run your models with CPU, the application crashes while loading the model. To verify if these ONNX models could be loaded by CPU, I created a simple test app like this.
the application crashes with following exception
System.AccessViolationException: 'Attempted to read or write protected memory. This is often an indication that other memory is corrupt.'
Could you please kindly suggest if any thing I did wrong or the model bin file is designed for CUDA only?