aceOfDiamonds commited on
Commit
1992366
·
1 Parent(s): f9076b4

Stop restating quantized, and drop the unused default

Browse files

quantized duplicated precisions.json, which is authoritative for the
quantized/non-quantized partition. default expressed a per-repository
recommendation nothing consumed: the library resolves its own per-platform
default. Both are gone from the schema.

Files changed (3) hide show
  1. coreml/config.json +0 -2
  2. vulkan/config.json +0 -2
  3. xnnpack/config.json +0 -2
coreml/config.json CHANGED
@@ -11,8 +11,6 @@
11
  {
12
  "file": "pp_doclayout_v3_coreml_fp16.pte",
13
  "precision": "fp16",
14
- "quantized": false,
15
- "default": true,
16
  "size_bytes": 91470588,
17
  "methods": {
18
  "forward": {
 
11
  {
12
  "file": "pp_doclayout_v3_coreml_fp16.pte",
13
  "precision": "fp16",
 
 
14
  "size_bytes": 91470588,
15
  "methods": {
16
  "forward": {
vulkan/config.json CHANGED
@@ -11,8 +11,6 @@
11
  {
12
  "file": "pp_doclayout_v3_vulkan_fp16.pte",
13
  "precision": "fp16",
14
- "quantized": false,
15
- "default": true,
16
  "size_bytes": 66608642,
17
  "methods": {
18
  "forward": {
 
11
  {
12
  "file": "pp_doclayout_v3_vulkan_fp16.pte",
13
  "precision": "fp16",
 
 
14
  "size_bytes": 66608642,
15
  "methods": {
16
  "forward": {
xnnpack/config.json CHANGED
@@ -11,8 +11,6 @@
11
  {
12
  "file": "pp_doclayout_v3_xnnpack_fp32.pte",
13
  "precision": "fp32",
14
- "quantized": false,
15
- "default": true,
16
  "size_bytes": 131820160,
17
  "methods": {
18
  "forward": {
 
11
  {
12
  "file": "pp_doclayout_v3_xnnpack_fp32.pte",
13
  "precision": "fp32",
 
 
14
  "size_bytes": 131820160,
15
  "methods": {
16
  "forward": {