aceOfDiamonds commited on
Commit
eba13da
·
1 Parent(s): c7e825d

Drop the dead MODEL_SPEC.md reference

Browse files

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

Files changed (2) hide show
  1. README.md +3 -3
  2. config.schema.json +1 -1
README.md CHANGED
@@ -22,9 +22,9 @@ model repositories under
22
 
23
  ## Source of truth
24
 
25
- The human-readable spec lives at
26
- [`software-mansion/react-native-executorch:MODEL_SPEC.md`](https://github.com/software-mansion/react-native-executorch/blob/main/MODEL_SPEC.md).
27
- Edit that document first; the artifacts here are derived from it.
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. See https://github.com/software-mansion/react-native-executorch/blob/main/MODEL_SPEC.md for the full convention.",
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",