CoolFace
Modelpublic

software-mansion/react-native-executorch-fsmn-vad

sourceHugging Faceapache-2.0updated 14d agoView on Hugging Face
1likes29kdownloads
Model Card

fsmn-vad

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

Upstream model: fsmn-vad

Variants

PathBackendPrecision
xnnpack/fsmn_vad_xnnpack_fp32.ptexnnpackfp32

Unshipped backends

A backend directory carrying a NOTES.md and no .pte was exported and not published. Its note records what went wrong.

Repository structure

config.json                        30 B
coreml/NOTES.md                    1.3 kB
mlx/NOTES.md                       1.9 kB
xnnpack/config.json                810 B
xnnpack/fsmn_vad_xnnpack_fp32.pte  1.7 MB

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.