Update config.json
Browse files- config.json +2 -6
config.json
CHANGED
|
@@ -42,11 +42,9 @@
|
|
| 42 |
"num_bits": 8,
|
| 43 |
"observer": null,
|
| 44 |
"observer_kwargs": {},
|
| 45 |
-
"scale_dtype": null,
|
| 46 |
"strategy": "token",
|
| 47 |
"symmetric": true,
|
| 48 |
-
"type": "int"
|
| 49 |
-
"zp_dtype": null
|
| 50 |
},
|
| 51 |
"output_activations": null,
|
| 52 |
"targets": [
|
|
@@ -60,11 +58,9 @@
|
|
| 60 |
"num_bits": 8,
|
| 61 |
"observer": "minmax",
|
| 62 |
"observer_kwargs": {},
|
| 63 |
-
"scale_dtype": null,
|
| 64 |
"strategy": "channel",
|
| 65 |
"symmetric": true,
|
| 66 |
-
"type": "int"
|
| 67 |
-
"zp_dtype": null
|
| 68 |
}
|
| 69 |
}
|
| 70 |
},
|
|
|
|
| 42 |
"num_bits": 8,
|
| 43 |
"observer": null,
|
| 44 |
"observer_kwargs": {},
|
|
|
|
| 45 |
"strategy": "token",
|
| 46 |
"symmetric": true,
|
| 47 |
+
"type": "int"
|
|
|
|
| 48 |
},
|
| 49 |
"output_activations": null,
|
| 50 |
"targets": [
|
|
|
|
| 58 |
"num_bits": 8,
|
| 59 |
"observer": "minmax",
|
| 60 |
"observer_kwargs": {},
|
|
|
|
| 61 |
"strategy": "channel",
|
| 62 |
"symmetric": true,
|
| 63 |
+
"type": "int"
|
|
|
|
| 64 |
}
|
| 65 |
}
|
| 66 |
},
|