coremltools
coremltools copied to clipboard
Feature Request: Support Multiple Main Functions in bisect_model
🌱 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.")