You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all I have to say I'm not really experienced in all this complexity, but I'm learning a bit more everyday. So I'm trying to create a simple C# console app running on .Net Framework 4.8 that could have the ability to inference ONNX LLaMA models (preferably using Microsoft.ML.OnnxRuntime.DirectML).
I would love to use ONNX Runtime Generative AI which is way more easier but not compatible yet with .Net Standard 2.0
After a ton of researches, I didn't find much documentation using this runtime in C# and that's why I come here humbly ask for your help.
I just created a very simple repo here and I will try to complete it overtime, if you want to give me a little help, that would be awesome :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
First of all I have to say I'm not really experienced in all this complexity, but I'm learning a bit more everyday. So I'm trying to create a simple C# console app running on .Net Framework 4.8 that could have the ability to inference ONNX LLaMA models (preferably using Microsoft.ML.OnnxRuntime.DirectML).
I would love to use ONNX Runtime Generative AI which is way more easier but not compatible yet with .Net Standard 2.0
After a ton of researches, I didn't find much documentation using this runtime in C# and that's why I come here humbly ask for your help.
I just created a very simple repo here and I will try to complete it overtime, if you want to give me a little help, that would be awesome :)
Beta Was this translation helpful? Give feedback.
All reactions