inisis / OnnxSlim

A Toolkit to Help Optimize Onnx Model
MIT License
71 stars 8 forks source link

[Feature] Use Python logging #2

Closed glenn-jocher closed 4 months ago

glenn-jocher commented 4 months ago

Use Python logging instead of loguru

inisis commented 4 months ago

@glenn-jocher Thanks for your pr, very appreciated.

glenn-jocher commented 4 months ago

@inisis ok I think this is enough to get started, this works correctly for me now if I also install onnxruntime, but not sure if we should add it to setup.py as some users may prefer to install onnxruntime-gpu for GPU inference.

inisis commented 4 months ago

@glenn-jocher Thanks for your feedback and enhancement! Really appreciated.