How to know which nuget packages to deploy with our application? #23707
Unanswered
stevenbrix
asked this question in
EP Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, sorry if this has been answered somewhere or in some documentation, but I haven't not been able to find it. We have a Swift application which is using the C APIs for running onnx models on device. Loading and running the models is no problem, but I've noticed some output from the runtime commenting that my Snapdragon Elite X CPU isn't recognized. A quick google search tells me that I should likely be using the
Microsoft.ML.OnnxRuntime.QNN
package for this device. This is where my confusion begins...When looking at the Nuget gallery, I see many numerous Nuget packages with the various suffixes related to the EP (i.e.
*.GPU, *.QNN
, etc) and when i look in them, they all have the same binary namedonnxruntime.dll
and some other perhaps specific binaries. So my question is:onnxruntime.dll
binaries all the same between these packages?Beta Was this translation helpful? Give feedback.
All reactions