aceOfDiamonds commited on
Commit
2579c1f
·
1 Parent(s): 341c053

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 (1) hide show
  1. xnnpack/config.json +0 -4
xnnpack/config.json CHANGED
@@ -11,8 +11,6 @@
11
  {
12
  "file": "phi_4_mini_xnnpack_bf16.pte",
13
  "precision": "bf16",
14
- "quantized": false,
15
- "default": true,
16
  "methods": {
17
  "enable_dynamic_shape": true,
18
  "forward": {
@@ -59,8 +57,6 @@
59
  {
60
  "file": "phi_4_mini_xnnpack_8da4w.pte",
61
  "precision": "8da4w",
62
- "quantized": true,
63
- "default": true,
64
  "methods": {
65
  "enable_dynamic_shape": true,
66
  "forward": {
 
11
  {
12
  "file": "phi_4_mini_xnnpack_bf16.pte",
13
  "precision": "bf16",
 
 
14
  "methods": {
15
  "enable_dynamic_shape": true,
16
  "forward": {
 
57
  {
58
  "file": "phi_4_mini_xnnpack_8da4w.pte",
59
  "precision": "8da4w",
 
 
60
  "methods": {
61
  "enable_dynamic_shape": true,
62
  "forward": {