Commit ·
eba13da
1
Parent(s): c7e825d
Drop the dead MODEL_SPEC.md reference
Browse filesThe schema description and the README both pointed at MODEL_SPEC.md in the
GitHub repository and called it the source of truth. That file does not exist
on main; these artifacts are the spec.
- README.md +3 -3
- config.schema.json +1 -1
README.md
CHANGED
|
@@ -22,9 +22,9 @@ model repositories under
|
|
| 22 |
|
| 23 |
## Source of truth
|
| 24 |
|
| 25 |
-
The
|
| 26 |
-
|
| 27 |
-
|
| 28 |
|
| 29 |
## Versioning
|
| 30 |
|
|
|
|
| 22 |
|
| 23 |
## Source of truth
|
| 24 |
|
| 25 |
+
The artifacts in this repository are the spec. Edit `config.schema.json` and
|
| 26 |
+
`precisions.json` here, and treat them as authoritative for every published
|
| 27 |
+
`config.json`.
|
| 28 |
|
| 29 |
## Versioning
|
| 30 |
|
config.schema.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 3 |
"$id": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json",
|
| 4 |
"title": "react-native-executorch model config",
|
| 5 |
-
"description": "Per-backend config.json published alongside .pte files in software-mansion/react-native-executorch-* repositories.
|
| 6 |
"type": "object",
|
| 7 |
"required": [
|
| 8 |
"$schema",
|
|
|
|
| 2 |
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
| 3 |
"$id": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json",
|
| 4 |
"title": "react-native-executorch model config",
|
| 5 |
+
"description": "Per-backend config.json published alongside .pte files in software-mansion/react-native-executorch-* repositories.",
|
| 6 |
"type": "object",
|
| 7 |
"required": [
|
| 8 |
"$schema",
|