| --- |
| 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. |
|
|