-
Notifications
You must be signed in to change notification settings - Fork 30
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
Is there any similar solution to enable this option for 8gb Macs? #2
Comments
Great idea! I'll take a look at that. |
Have you tried this? defaults write -app Xcode IDEModelAccessOnDeviceAvailabilityOverride ready Update: this will only affect Xcode settings UI and won't make Xcode LLM run. I'm still investigating how to patch. |
👀 I'm looking forward to it! |
We can attach to Xcode:
then set a breakpoint to
each time the lldb hits the breakpoint, make it return a number higher than 16000000000:
and then continue:
Although these steps can let you turn on the switch on settings and download the model, XcodeLLM seems not working. While trying to type code, lldb console always print these messages:
|
Hi. Since Xcode 16 Beta 4, Predictive Code Completion is available for 8GB Macs. https://developer.apple.com/documentation/xcode-release-notes/xcode-16-release-notes For China SKU Macs, a hack is still needed. @WindowsMEMZ I believe that |
I suppose it is optional like TPM in windows
The text was updated successfully, but these errors were encountered: