You can try it on Android right now: Download the Edge Gallery apk from github: https://github.com/google-ai-edge/gallery/releases/tag/1.0.0 Download one of the .task files from huggingface: https://huggingface.co/collections/google/gemma-3n-preview-6... Import the .task file in Edge Gallery with the + bottom right. You can take pictures right from the app. The model is indeed pretty fast.
I assume that "pretty fast" depends on the phone. My old Pixel 4a ran Gemma-3n-E2B-it-int4 without problems. Still, it took over 10 minutes to finish answering "What can you see?" when given an image from my recent photos. Final stats: 15.9 seconds to first token 16.4 tokens/second prefill speed 0.33 tokens/second decode speed 662 seconds to complete the answer
Gemma 3n preview: Mobile-first AI
151–160 of 179 posts
Re: Gemma 3n preview: Mobile-first AI
#152Ive been using the text-to-speech model Whisper, from fdriod. Its rather small and all processing is done locally on my phone. Its pretty good.
It is pretty good indeed (despite the ~30sec input limit), but this feels unrelated to the topic at hand.
Re: Gemma 3n preview: Mobile-first AI
#153Earlier quoted context omitted.
I can't speak for anyone else, but these models only seem about as smart as google search, with enormous variability. I can't say I've ever had an interaction with a chatbot that's anything redolent of interaction with intelligence. Now would I take AI as a trivia partner? Absolutely. But that's not really the same as what I look for in "smart" humans.
>anything redolent of interaction with intelligence compared to what you are used to right? I know it's elitist but most people My circle of people I talk with during the day has changed since I took on more charity which consists of fixing up old laptops and installing Ubuntu on them; I get them for free from everyone and I give them to people who cannot afford, including some lessons and remote support (which is ea…
Re: Gemma 3n preview: Mobile-first AI
#154They should ship a model within the chrome browser. So developers can just call api to access the model for their apps. It seems like a great idea. Don't know why they are not doing it yet.
It seems they are: https://developer.chrome.com/docs/ai/built-in
Re: Gemma 3n preview: Mobile-first AI
#155You can try it on Android right now: Download the Edge Gallery apk from github: https://github.com/google-ai-edge/gallery/releases/tag/1.0.0 Download one of the .task files from huggingface: https://huggingface.co/collections/google/gemma-3n-preview-6... Import the .task file in Edge Gallery with the + bottom right. You can take pictures right from the app. The model is indeed pretty fast.
Why are we still launching models without simple working python example code (or llama.cpp support)?
Re: Gemma 3n preview: Mobile-first AI
#156Anybody know a good way to try this model on iPhone?
Re: Gemma 3n preview: Mobile-first AI
#157You can try it on Android right now: Download the Edge Gallery apk from github: https://github.com/google-ai-edge/gallery/releases/tag/1.0.0 Download one of the .task files from huggingface: https://huggingface.co/collections/google/gemma-3n-preview-6... Import the .task file in Edge Gallery with the + bottom right. You can take pictures right from the app. The model is indeed pretty fast.
Suggest giving it no networking permissions (if indeed this is about on-device AI).
I just installed the apk on a GrapheneOS endpoint (old Pixel 7 Pro) without the Google Play Services installed. The app requires network access to contact Hugging Face and download the model through your HF account. It also requires some interaction/permission agreement with Kaggle. Upon install _with_ network perms the app works, and I'm getting decent performance on the Gemma-3n-E2B-it-int4 model (5-6 token/s). Ok, cool.
Now kill the app, disable network permissions and restart it. Choose one of the models that you downloaded when it had network access. It still works. It does appear to be fully local. Yay.
Re: Gemma 3n preview: Mobile-first AI
#158Absolute shit. Comparing it to Sonnet 3.7 is an insult. # Is Eiffel Tower or a soccer ball bigger ? > A soccer ball is bigger than the Eiffel Tower! Here's a breakdown: > Eiffel Tower: Approximately 330 meters (1,083 feet) tall. > Soccer Ball: A standard soccer ball has a circumference of about 68-70 cm (27-28 inches). > While the Eiffel Tower is very tall, its base is relatively small compared to its height. A socce…
Re: Gemma 3n preview: Mobile-first AI
#159You can try it on Android right now: Download the Edge Gallery apk from github: https://github.com/google-ai-edge/gallery/releases/tag/1.0.0 Download one of the .task files from huggingface: https://huggingface.co/collections/google/gemma-3n-preview-6... Import the .task file in Edge Gallery with the + bottom right. You can take pictures right from the app. The model is indeed pretty fast.
Re: Gemma 3n preview: Mobile-first AI
#160On Hugging face I see 4B and 2B versions now - https://huggingface.co/collections/google/gemma-3n-preview-6... Gemma 3n Preview google/gemma-3n-E4B-it-litert-preview google/gemma-3n-E2B-it-litert-preview Interesting, hope it comes on LMStudio as MLX or GGUF. Sparse and or MoE models make a difference when running on localhost. MoE Qwen3-30B-A3B most recent game changer for me. Activating only 3b weights on the gpu co…