dotnet / infer

Infer.NET is a framework for running Bayesian inference in graphical models
https://dotnet.github.io/infer/
MIT License
1.54k stars 229 forks source link

Add fallback lookup for assemblies from loaded from memory #466

Open kant2002 opened 4 months ago

kant2002 commented 4 months ago

This is important for Blazor WASM workloads.

Unfortunately it has limitation, it requires disable WebCLI format using <WasmEnableWebcil>false</WasmEnableWebcil>, but at least it's possible to some degree to play with Inter.NET in the Blazor.

Fixes #465

tminka commented 3 months ago

I'm confused about the use case of this. If the assemblies cannot be loaded normally, then how will inference work?