-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failed #70
Comments
You can fix this by using Xcode 15 beta. |
Try again please, 66 has been merged in. |
Do I need to install macOS 14 to be able to compile? I got the error reported above with the update #66 (screenshot for verification of implemented fix) |
In the screen shot you do not display an error. There is a new feature which requires macOS 14 which is palletised models/quantisation. If you are not running on macOS 14 it the code will return false and not allow you to run/select quantised models at runtime. |
Sorry, rephrased my comment to clarify that the screenshot was my check to see if the fix was implemented. It didn't fix the issue for me and I had to install Xcode 15 beta for it to compile. The comment above mine also confirms the issue. |
Can you try explicitly declaring the type? |
swift-coreml-diffusers-main/Diffusion/Common/ModelInfo.swift:190:12
Cannot convert value of type '()' to expected condition type 'Bool'
The text was updated successfully, but these errors were encountered: