mlboydaisuke commited on
Commit
7631672
·
verified ·
1 Parent(s): ef69644

Fix GPU name: Pixel 8a is Mali-G715 (Tensor G3), not Mali-G610

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ library_name: litert
16
  Black Forest Labs **[FLUX.2 [klein] 4B](https://huggingface.co/black-forest-labs/FLUX.2-klein-4B)**
17
  (Apache-2.0) converted to **LiteRT `CompiledModel`** int8 graphs and generating images
18
  fully on a phone GPU. The upstream model card says klein "runs on consumer GPUs, with
19
- as little as 13 GB VRAM". These graphs run it on a Pixel 8a's Mali-G610, which has no
20
  dedicated VRAM at all.
21
 
22
  ![generated on a Pixel 8a Mali GPU](pixel8a_generated.png)
 
16
  Black Forest Labs **[FLUX.2 [klein] 4B](https://huggingface.co/black-forest-labs/FLUX.2-klein-4B)**
17
  (Apache-2.0) converted to **LiteRT `CompiledModel`** int8 graphs and generating images
18
  fully on a phone GPU. The upstream model card says klein "runs on consumer GPUs, with
19
+ as little as 13 GB VRAM". These graphs run it on a Pixel 8a's Mali-G715, which has no
20
  dedicated VRAM at all.
21
 
22
  ![generated on a Pixel 8a Mali GPU](pixel8a_generated.png)