coremltools icon indicating copy to clipboard operation
coremltools copied to clipboard

Feature Request: Support Multiple Main Functions in bisect_model

Open rustui opened this issue 1 year ago • 0 comments

🌱 Describe your Feature Request

Enhance bisect_model to support Multifunction Models with multiple main functions.

How can this feature be used?

I encountered an issue while using bisect_model with a Multifunction Model. ValueError("'bisect_model' only support model with a single 'main' function.")

rustui avatar Dec 07 '24 16:12 rustui