pipeless-ai / pipeless

An open-source computer vision framework to build and deploy apps in minutes
https://pipeless.ai
Apache License 2.0
689 stars 31 forks source link

feat(core): Create ONNX flavors #52

Closed miguelaeh closed 9 months ago

miguelaeh commented 9 months ago

Description of the change

This PR allows installing Pipeless on different flavors for ONNX CPU and ONNX GPU separatedly. This is required because the onnx dependencies are released as onnxruntime and onnxruntime-gpu and they are not compatible

Benefits

Possible drawbacks

Applicable issues

Additional information