Hi, I was able to run and inference using onnxGenAI runtime before , it did work just fine but I broke the project and decided to start a new one, now I've some troublesome using the library , I'm not sure if the library loaded correctly or not it seems any Exception would break the entire script .
Microsoft.ML.OnnxRuntimeGenAI.Model..ctor (System.String modelPath)
Rethrow as TypeInitializationException: The type initializer for 'LLM' threw an exception.
I'm not sure if this due to the wrong model path (e.g it doesn't like the spaces ) or the library didn't load at all (compatibility issue?) afaik unity support .net2.1 too right?