Update config.json
Browse files- config.json +2 -6
config.json
CHANGED
|
@@ -35,11 +35,9 @@
|
|
| 35 |
"num_bits": 4,
|
| 36 |
"observer": "static_minmax",
|
| 37 |
"observer_kwargs": {},
|
| 38 |
-
"scale_dtype": "torch.float8_e4m3fn",
|
| 39 |
"strategy": "tensor_group",
|
| 40 |
"symmetric": true,
|
| 41 |
-
"type": "float"
|
| 42 |
-
"zp_dtype": null
|
| 43 |
},
|
| 44 |
"output_activations": null,
|
| 45 |
"targets": [
|
|
@@ -53,11 +51,9 @@
|
|
| 53 |
"num_bits": 4,
|
| 54 |
"observer": "static_minmax",
|
| 55 |
"observer_kwargs": {},
|
| 56 |
-
"scale_dtype": "torch.float8_e4m3fn",
|
| 57 |
"strategy": "tensor_group",
|
| 58 |
"symmetric": true,
|
| 59 |
-
"type": "float"
|
| 60 |
-
"zp_dtype": null
|
| 61 |
}
|
| 62 |
}
|
| 63 |
},
|
|
|
|
| 35 |
"num_bits": 4,
|
| 36 |
"observer": "static_minmax",
|
| 37 |
"observer_kwargs": {},
|
|
|
|
| 38 |
"strategy": "tensor_group",
|
| 39 |
"symmetric": true,
|
| 40 |
+
"type": "float"
|
|
|
|
| 41 |
},
|
| 42 |
"output_activations": null,
|
| 43 |
"targets": [
|
|
|
|
| 51 |
"num_bits": 4,
|
| 52 |
"observer": "static_minmax",
|
| 53 |
"observer_kwargs": {},
|
|
|
|
| 54 |
"strategy": "tensor_group",
|
| 55 |
"symmetric": true,
|
| 56 |
+
"type": "float"
|
|
|
|
| 57 |
}
|
| 58 |
}
|
| 59 |
},
|