File size: 1,462 Bytes
22314d8 a5764d2 22314d8 a5764d2 22314d8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | ---
license: apache-2.0
tags:
- react-native-executorch
- spec
---
# react-native-executorch Spec
Machine-readable specifications for
[`react-native-executorch`](https://github.com/software-mansion/react-native-executorch)
model repositories under
[`software-mansion`](https://huggingface.co/software-mansion).
## Contents
| File | Purpose |
| -------------------- | ----------------------------------------------------------------------------------------- |
| `config.schema.json` | JSON Schema for the per-backend `config.json` files shipped alongside each `.pte`. |
| `precisions.json` | Authoritative quantized / non-quantized partition for precision tokens used in file names. |
| `MODEL_CARD.md` | The README standard every model repository's card follows. |
| `README.md` | This file. |
## Source of truth
The artifacts in this repository are the spec. Edit `config.schema.json`,
`precisions.json` and `MODEL_CARD.md` here, and treat them as authoritative
for every published `config.json` and `README.md`.
## Versioning
The schema is referenced by `$schema` from every `config.json` in the
ecosystem. Breaking changes get a new `$id` URL and the old one stays
available so existing files continue to validate.
|