I have the same issue when running unit tests on my simulator on an M1 laptop. I found a working solution:
#if targetEnvironment(simulator)
faceDetectionRequest.usesCPUOnly = true
#endif
Topic:
Machine Learning & AI
SubTopic:
General
Tags: