CoolFace
Modelpublic

software-mansion/react-native-executorch-phi-4-mini

sourceHugging Facemitupdated 14d agoView on Hugging Face
1likes1kdownloads
Model Card

phi-4-mini

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

Variants

PathBackendPrecision
mlx/phi_4_mini_mlx_int4.ptemlx4w
xnnpack/phi_4_mini_xnnpack_bf16.ptexnnpackbf16
xnnpack/phi_4_mini_xnnpack_8da4w.ptexnnpack8da4w

Repository structure

config.json                           32 B
mlx/config.json                       1.3 kB
mlx/phi_4_mini_mlx_int4.pte           3.0 GB
tokenizer.json                        14.8 MB
tokenizer_config.json                 2.9 kB
xnnpack/config.json                   2.3 kB
xnnpack/phi_4_mini_xnnpack_8da4w.pte  2.6 GB
xnnpack/phi_4_mini_xnnpack_bf16.pte   7.1 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.