CoolFace
Modelpublic

software-mansion/react-native-executorch-gemma-4-multimodal

sourceHugging Facegemmaupdated 14d agoView on Hugging Face
1likes3kdownloads
Model Card

gemma-4-multimodal

This repository hosts the gemma-4-multimodal models exported for the React Native ExecuTorch library as ExecuTorch .pte programs, ready to run on device.

Variants

PathBackendPrecision
e2b/mlx/gemma4_e2b_mlx_int4.ptemlxint4
e2b/vulkan/gemma_4_e2b_vulkan_8da4w.ptevulkan8da4w
e2b/xnnpack/gemma_4_e2b_xnnpack_8da4w.ptexnnpack8da4w

Repository structure

config.json                                40 B
e2b/mlx/config.json                        1.2 kB
e2b/mlx/gemma4_e2b_mlx_int4.pte            3.0 GB
e2b/tokenizer.json                         30.7 MB
e2b/tokenizer_config.json                  21.8 kB
e2b/vulkan/config.json                     1.5 kB
e2b/vulkan/gemma_4_e2b_vulkan_8da4w.pte    4.1 GB
e2b/xnnpack/config.json                    1.4 kB
e2b/xnnpack/gemma_4_e2b_xnnpack_8da4w.pte  4.4 GB

Compatibility

These files are published for the ExecuTorch v1.4.1 runtime. ExecuTorch gives no forward compatibility guarantee, so an older runtime may fail to load them.

To use them in React Native ExecuTorch, pass the model constant shipped in the library's model registry to the corresponding task pipeline. See the documentation.

To load these files in your own ExecuTorch runtime, read the compatibility note first.