-
-
Notifications
You must be signed in to change notification settings - Fork 256
update!: Add Edge Gallery and PocketPal AI #3083
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
base: main
Are you sure you want to change the base?
Conversation
jonaharagon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this edge gallery image should be changed to something better, and more importantly did we discuss these apps? I haven't heard of them 👀
I see https://discuss.privacyguides.net/t/update-on-ai-chat-tools/29496
|
I couldn't find an Edge Gallery logo in their Github repo unfortunately. I had to take a screenshot. I personally tested those apps, but if you have other propositions, feel free to add. |
|
This pull request has been mentioned on Privacy Guides Community. There might be relevant details there: https://discuss.privacyguides.net/t/update-on-ai-chat-tools/29496/1 |
|
| </details> | ||
| </div> | ||
|
|
||
| ## PocketPal AI (Mobile) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Specify how to calculate what parameter should be used on your phone for the local model to not feel sluggish on pocketpal since pocketpal allows running local models from hugging face and there are bigger parameter ones listed there
eg.
12GB RAM smartphones could adequately run around a 3B parameter local AI model (commonly found on android devices now) (with overhead), the more ram the higher the parameter it can run (it is commonly calculated by parameters in B * 2(FP16) * 2(Overhead))
8GB of RAM commonly found in newer iPhones can run at least 2B models
for more clarity see https://developer.nvidia.com/blog/gpu-memory-essentials-for-ai-performance/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nowadays most local models run with quantization. I can run a 8B model on my Pixel 9. So I would say perhaps RAM needed =parameter size + 3.
The 3 is amount of RAM likely used by the OS and other apps.
Hugging Face has a RAM calculator BTW, so we could point that out.
✅ Your preview is ready!
Please note that this preview was built from an untrusted source, so it was not granted access to all mkdocs-material features. Maintainers should ensure this PR has been reviewed locally with a full build before merging. |
|
Thanks for fixing the images issue. I am going to update edge gallery now that they have a proper logo to download @privacyguides-bot please build a preview!! |
This reverts commit 7c9018b.
|
@dngray what is the process for dark mode logos? |
List of changes proposed in this PR:
This updates information to be up to date. Furthermore, now phone AI clients are also recommended.