getting an error when trying to load the model with swift chat

#5
by victusfate - opened

Failed to parse the model specification. Error: Unable to parse ML Program: at unknown location: Unknown opset 'CoreML8'.
No model could be loaded: Error Domain=com.apple.mlassetio Code=1 "Failed to parse the model specification. Error: Unable to parse ML Program: at unknown location: Unknown opset 'CoreML8'." UserInfo={NSLocalizedDescription=Failed to parse the model specification. Error: Unable to parse ML Program: at unknown location: Unknown opset 'CoreML8'.}
CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them

Seeing the same thing

I received this error when using Xcode 14 command line tools. Using xcode 15 beta resolved it

Sign up or log in to comment