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
this fixes some issues that were being seen on installed windows builds of 2.5.0
setImplementationsSearchPath did not work if llmodel was initialized before it was called
* do not actually load impl dlls in the static initializer, wait until we're actually trying to load a model for the first time
* rescan on the next model load attempt if the search path has been changed
* only load dlls that actually might be model impl dlls, otherwise we pull all sorts of random junk into the process before it might expect to be
Co-authored-by: cebtenzzre <[email protected]>
Signed-off-by: Aaron Miller <[email protected]>
0 commit comments