muellerzr / fastinference

A collection of inference modules for fastai2
https://muellerzr.github.io/fastinference
Apache License 2.0
89 stars 16 forks source link

The onnx-cpu extra is installing fastai2 #43

Open polyrand opened 3 years ago

polyrand commented 3 years ago

I haven't been able to see what's going on.

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.

muellerzr commented 3 years ago

@polyrand try installing via:

pip install fastinference[onnxcpu]

Instead.