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
Yes this was intended to be fixed with #288, could you try on main and see if the error goes away? If not we will adjust to address it, we hope to still support xcode 15 for some time.
0.10.x introduces the use of
MLTensor
. This was introduced in the iOS 18 SDK, so building with Xcode 15.4 now produces the error:WhisperKit/Sources/WhisperKit/Core/Utils/Utils.swift:114:18: error: cannot find type 'MLTensor' in scope public extension MLTensor { ^~~~~~~~
The readme still references Xcode 15:
"Xcode 15.0 or later."
The text was updated successfully, but these errors were encountered: