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
If I install onnxruntime on one side and fastinference on the other, everything works fine*. But if I install fastinference[onnx-cpu] it installs the old fastai2 package, and it breaks.
I'm getting errors in the to_onnx patched function, but I'm still looking for what's going on to report better. But when I say "fine" I mean the the SoftDependencies check is not raising an error and I can import both from fastinference.fastinference import * and from fastinference.onnx import *
The text was updated successfully, but these errors were encountered:
I haven't been able to see what's going on.
If I install
onnxruntime
on one side andfastinference
on the other, everything works fine*. But if I installfastinference[onnx-cpu]
it installs the oldfastai2
package, and it breaks.to_onnx
patched function, but I'm still looking for what's going on to report better. But when I say "fine" I mean the theSoftDependencies
check is not raising an error and I can import bothfrom fastinference.fastinference import *
andfrom fastinference.onnx import *
The text was updated successfully, but these errors were encountered: