Skip to content
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

Added Codelab missing link #460

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion lite/examples/generative_ai/android/README.md
Expand Up @@ -12,10 +12,12 @@ This example open sourced an Android app framework that any compatible TFLite LL
<p align="center">
<img src="figures/fig1.gif" width="300">
</p>
Figure 1: Example of running the Keras GPT-2 model (converted from this Codelab) on device to perform text completion on Pixel 7. Demo shows the real latency with no speedup.

Figure 1: Example of running the Keras GPT-2 model [converted from this Codelab](https://codelabs.developers.google.com/kerasnlp-tflite) on device to perform text completion on Pixel 7. Demo shows the real latency with no speedup.
<p align="center">
<img src="figures/fig2.gif" width="300">
</p>

Figure 2: Example of running a version of [PaLM model](https://ai.googleblog.com/2022/04/pathways-language-model-palm-scaling-to.html) with 1.5 billion parameters. Demo is recorded on Pixel 7 Pro without playback speedup.


Expand Down