You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update coreml runner to only profile model when prof… (#2574)
Summary:
The CoreML executor would profile the model by default, this causes an issue when the installed sdk < 14.4. Model execution fails as profiling is only available for >= 14.4 and on older sdk it returns an error.
This addresses the issue by fixing the default option and only profiling when `profiling_model` option is set.
Pull Request resolved: #2574
Reviewed By: kirklandsign
Differential Revision: D55260924
Pulled By: shoumikhin
fbshipit-source-id: b8d3713b16f7dd8eb9dfcefce313c590b65e366a
0 commit comments