Update config.json
Browse files- config.json +2 -6
config.json
CHANGED
|
@@ -101,11 +101,9 @@
|
|
| 101 |
"num_bits": 4,
|
| 102 |
"observer": "static_minmax",
|
| 103 |
"observer_kwargs": {},
|
| 104 |
-
"scale_dtype": "torch.float8_e4m3fn",
|
| 105 |
"strategy": "tensor_group",
|
| 106 |
"symmetric": true,
|
| 107 |
-
"type": "float"
|
| 108 |
-
"zp_dtype": null
|
| 109 |
},
|
| 110 |
"output_activations": null,
|
| 111 |
"targets": [
|
|
@@ -119,11 +117,9 @@
|
|
| 119 |
"num_bits": 4,
|
| 120 |
"observer": "static_minmax",
|
| 121 |
"observer_kwargs": {},
|
| 122 |
-
"scale_dtype": "torch.float8_e4m3fn",
|
| 123 |
"strategy": "tensor_group",
|
| 124 |
"symmetric": true,
|
| 125 |
-
"type": "float"
|
| 126 |
-
"zp_dtype": null
|
| 127 |
}
|
| 128 |
}
|
| 129 |
},
|
|
|
|
| 101 |
"num_bits": 4,
|
| 102 |
"observer": "static_minmax",
|
| 103 |
"observer_kwargs": {},
|
|
|
|
| 104 |
"strategy": "tensor_group",
|
| 105 |
"symmetric": true,
|
| 106 |
+
"type": "float"
|
|
|
|
| 107 |
},
|
| 108 |
"output_activations": null,
|
| 109 |
"targets": [
|
|
|
|
| 117 |
"num_bits": 4,
|
| 118 |
"observer": "static_minmax",
|
| 119 |
"observer_kwargs": {},
|
|
|
|
| 120 |
"strategy": "tensor_group",
|
| 121 |
"symmetric": true,
|
| 122 |
+
"type": "float"
|
|
|
|
| 123 |
}
|
| 124 |
}
|
| 125 |
},
|