semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

.Net: Bug: .NET Microsoft.SemanticKernel.Connectors.Onnx missing package release for CUDA and DirectML

Open quicksln opened this issue 1 year ago • 0 comments

Describe the bug Look like Microsoft.SemanticKernel.Connectors.Onnx is missing the NuGet package release for CUDA and DirectML.

The project file already contains condition build configuration for:

  • Microsoft.ML.OnnxRuntimeGenAI.Cuda
  • Microsoft.ML.OnnxRuntimeGenAI.DirectML

https://github.com/microsoft/semantic-kernel/blob/main/dotnet/src/Connectors/Connectors.Onnx/Connectors.Onnx.csproj

quicksln avatar Oct 01 '24 18:10 quicksln