ekurtic commited on
Commit
d65f13d
·
verified ·
1 Parent(s): d22d2aa

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -6
config.json CHANGED
@@ -88,11 +88,9 @@
88
  "num_bits": 8,
89
  "observer": null,
90
  "observer_kwargs": {},
91
- "scale_dtype": null,
92
  "strategy": "group",
93
  "symmetric": true,
94
- "type": "float",
95
- "zp_dtype": null
96
  },
97
  "output_activations": null,
98
  "targets": [
@@ -109,11 +107,9 @@
109
  "num_bits": 8,
110
  "observer": "minmax",
111
  "observer_kwargs": {},
112
- "scale_dtype": null,
113
  "strategy": "block",
114
  "symmetric": true,
115
- "type": "float",
116
- "zp_dtype": null
117
  }
118
  }
119
  },
 
88
  "num_bits": 8,
89
  "observer": null,
90
  "observer_kwargs": {},
 
91
  "strategy": "group",
92
  "symmetric": true,
93
+ "type": "float"
 
94
  },
95
  "output_activations": null,
96
  "targets": [
 
107
  "num_bits": 8,
108
  "observer": "minmax",
109
  "observer_kwargs": {},
 
110
  "strategy": "block",
111
  "symmetric": true,
112
+ "type": "float"
 
113
  }
114
  }
115
  },