-
Notifications
You must be signed in to change notification settings - Fork 25
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
Required LLM feature not found #3
Comments
I got the same error, I think there are extra steps to install native libraries on the device since I saw this on the logcat I'm running the demo on a Samsung Galaxy S24. Note not sure if this is something that could cause the error (don't think so) but, the steps talk about verifying the release version:
but, the beta version downloaded was |
I have the same error messages and issue as OP. I'm running the most recent Android 15 beta on Pixel 9 pro XL. I followed the specific instructions added to the readme as well, but no luck. aicore version 0.thirdpartyeap.prod_aicore_20240822.00_RC05.676804926 private compute version |
Please ensure that you are only running the demo on Pixel 9 series device. If you are seeing Required LLM feature not found error, please ensure that you have followed the instructions to set up your testing environment (Prerequisites & Update APKs sections especially). |
I followed all the steps on my Pixel 9 and made sure that the apps are the correct version, but it's unable to download the model. I don't get any indication that there is any download progress at all. Additionally, "0.thirdpartyeap.prod_aicore_20240822.00_RC05.676804926" appears to break all AI Core functionality for existing apps such as screenshots, phone call notes, and recorder summarization. Using the beta version of AI Core doesn't even allow the downloading of models for those tools. I had to unenroll in the beta and roll back to the normal release in order to successfully redownload the models after clearing the app data. I'm wondering if there's an issue with downloading models on the EAP version? |
For Pixel 9, try to uninstall the sample app then install the sample app again to see whether it could fix the download issue (maybe reboot as well). For other functionalities not working in EAP version, we'll fix it in the next AICore release. Thanks for reporting the issue! |
S24 Ultra
|
Yes, I've tried installing, rebooting, uninstalling and reinstalling, clearing app data for it and AI core, and as much as I can possibly think of. I can't get to do anything other than give me an error message. The size of the EAP AI core data never exceeds 26 MB either. |
They've stated it only supports the pixel 9 at the moment, so I don't think it will work. |
Also confirming I see the same issue and stack trace as OP on a Pixel 9:
Same thing for the minimal example in the "Get started" page (https://developer.android.com/ai/gemini-nano/experimental#run-inference), I get the "Required LLM feature not found" error. |
Can you please update this thread when you get a solution? I see the same stacktrace after following all steps except dẹleting all accounts except the enrolled one as well, but assumed I was stuck because I'm on a pixel 8. Apicore beta and PCS are the correct versions and enrollment is complete. |
I also encountered this problem. |
Encountered same issue on Google Pixel 8 Pro and stack trace are following: I've followed all the steps on (https://developer.android.com/ai/gemini-nano/experimental), except for the line "that you are logged in with only the account that you intend to use for testing"; I have several accounts on my device. Perhaps this makes a difference? StackTrace::
|
For people who are encountering this issue on Pixel 9 devices, are your devices rooted? AICore is not available on rooted devcies. |
I'm not rooted, running most recent version of Android 15 beta. |
@bcdj if device is root,is there any methods using aicore? |
Are there any updates? I get the same error "Required LLM feature not found" despite following all instructions. It's sad that I can't test it |
No. AICore only works on unrooted devices. |
Thanks folks for reporting this issue. For those of you testing on Pixel 9 series devices, could you please capture a bug report and share it with us here? It will help us root cause the issue. |
Hi, what about Pixel 8a non rooted devices. I followed the instructions but
things didn’t work.
As per the docs it says I can enable AIcore on it.
Thanks
…On Wed, 16 Oct 2024 at 2:35 AM, tzhang997 ***@***.***> wrote:
Thanks folks for reporting this issue. For those of you testing on Pixel 9
series devices, could you please capture a bug report and share it with us
here
<https://issuetracker.google.com/issues/new?component=1657650&template=0&pli=1>?
It will help us root cause the issue.
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJQP6MVZJKSXGCWWHGP6OHTZ3V7QXAVCNFSM6AAAAABPGBUEMOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJVGE2TGMJXHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
As per Gemini nano documentation there are many supported devices mentioned along with Pixel 9, what is the hard dependency of this sample project on Pixel 9? |
@tzhang997
Any update on this:
Followed all the steps mentioned here: https://developer.android.com/ai/gemini-nano/experimental Enabled AI core from developer settings as well. I hope this is available in India right? |
AICore works for more devices, but |
@SilverDestiny @tzhang997 Got it and this is universally available right? not specific to geographical location asking because I currently have Pixel 8 and thinking to buy Pixel 9 to test this feature. So confirming beforehand. I am in India. |
India should be fine. Restricted locations are not guaranteed to be working in general. |
Have you enabled in Developer options > AICore > Enable on-device GenAI Features ? |
I found this as well, some more logs:
|
I was able to run it on Pixel 8a, using guide with AICore beta and enable Developer options > AICore > Enable on-device GenAI Features. |
I'm also able to run this on my Pixel 8 now |
Trying to run sample on two devices (Pixel 8 Android 15 with "Enable on-device GenAI Features" enabled, Pixel 9 Pro w/ GrapheneOS w/play services & AICore installed), and I get the following error:
Clicking "Run the demo" buttons results in a toast that "Model is unavailable yet and downloading in background"
The text was updated successfully, but these errors were encountered: