onnx / turnkeyml

The no-code AI toolchain
Apache License 2.0
63 stars 12 forks source link

Add support for pipelines of models #88

Open danielholanda opened 8 months ago

danielholanda commented 8 months ago

Description

Models like Stable Diffusion, Whisper, and Flan-T5 are not "stand-alone" models. They are a pipeline of models.

Ideally, we want to benchmark the whole model instead of its individual components.

The goal of this PR is to enable the analysis of the whole pipeline as a single model.

@jeremyfowers @ramkrishna2910

jeremyfowers commented 7 months ago

edit: nevermind