-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Open
Open
Copy link
Labels
.NETIssue or Pull requests regarding .NET codeIssue or Pull requests regarding .NET codebugSomething isn't workingSomething isn't workingtriage
Description
Describe the bug
Microsoft.SemanticKernel.Connectors.Onnx package version 1.68-alpha has native dependencies under net10.0\runtimes\win-x86\native folder after a build.
Version 1.70.0-alpha is missing the dependencies, but seemingly only the win-x86 is missing.
To Reproduce
Install nuget package Microsoft.SemanticKernel.Connectors.Onnx with the given version and, build the app.
This results a runtime issue on win-x86:
Microsoft.ML.OnnxRuntime.NativeMethods' threw an exception.
---> System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.ML.OnnxRuntime.NativeMethods..cctor()
--- End of inner exception stack trace ---
at Microsoft.ML.OnnxRuntime.SessionOptions..ctor()
at Microsoft.ML.OnnxRuntime.InferenceSession..ctor(Byte[] model)
Platform
- Language: c#
- Source: nuget
Microsoft.SemanticKernel.Connectors.Onnxversion1.70.0-alpha - AI model: -
- IDE: -
- OS: Windows x86
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
.NETIssue or Pull requests regarding .NET codeIssue or Pull requests regarding .NET codebugSomething isn't workingSomething isn't workingtriage