Update config.json
Browse files- 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": "token",
|
| 93 |
"symmetric": true,
|
| 94 |
-
"type": "int"
|
| 95 |
-
"zp_dtype": null
|
| 96 |
},
|
| 97 |
"output_activations": null,
|
| 98 |
"targets": [
|
|
@@ -106,11 +104,9 @@
|
|
| 106 |
"num_bits": 8,
|
| 107 |
"observer": "minmax",
|
| 108 |
"observer_kwargs": {},
|
| 109 |
-
"scale_dtype": null,
|
| 110 |
"strategy": "channel",
|
| 111 |
"symmetric": true,
|
| 112 |
-
"type": "int"
|
| 113 |
-
"zp_dtype": null
|
| 114 |
}
|
| 115 |
}
|
| 116 |
},
|
|
|
|
| 88 |
"num_bits": 8,
|
| 89 |
"observer": null,
|
| 90 |
"observer_kwargs": {},
|
|
|
|
| 91 |
"strategy": "token",
|
| 92 |
"symmetric": true,
|
| 93 |
+
"type": "int"
|
|
|
|
| 94 |
},
|
| 95 |
"output_activations": null,
|
| 96 |
"targets": [
|
|
|
|
| 104 |
"num_bits": 8,
|
| 105 |
"observer": "minmax",
|
| 106 |
"observer_kwargs": {},
|
|
|
|
| 107 |
"strategy": "channel",
|
| 108 |
"symmetric": true,
|
| 109 |
+
"type": "int"
|
|
|
|
| 110 |
}
|
| 111 |
}
|
| 112 |
},
|