SIGN IN SIGN UP

Fix coreml runner build (#2536)

Summary:
The runner fails to build
```
/Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/runtime/delegate/ETCoreMLModelManager.mm:387:43: error: no member named 'ModelPackage' in '(anonymous namespace)::ModelAssetType'
    if (modelAssetType == ModelAssetType::ModelPackage) {
```

The PR fixes the issue. Tested all CoreML builds.

Pull Request resolved: https://github.com/pytorch/executorch/pull/2536

Reviewed By: kirklandsign

Differential Revision: D55178665

Pulled By: shoumikhin

fbshipit-source-id: 79d94e7bcd7e27c4a152bcdb1c9054e2bbbc1718
G
Gyan Sinha committed
1c2ed7bf611bfe3db006223398e00707baffc7a2
Parent: 43bae28
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com> on 3/21/2024, 7:17:56 PM