Below is the crash report. I am not 100% sure its Whisperkit related, but to my knowledge its the only one using CoreML. Any pointers would be greatly appreciated :)
The stack trace includes MetalPerformanceShadersGraph (MPSGraph)
WhisperKit uses MPSGraph only when at least one of the three models is set to use the GPU (.cpuAndGPU or .all ) in ModelComputeOptions
If this crash is reproducible, an easy way to isolate WhisperKit is to set all ModelComputeUnits to .cpuAndNeuralEngine and see if the issue still reproduces.
If it does, it should be independent of WhisperKit.
Below is the crash report. I am not 100% sure its Whisperkit related, but to my knowledge its the only one using CoreML. Any pointers would be greatly appreciated :)