Update config.json
Browse files- config.json +2 -6
config.json
CHANGED
|
@@ -60,11 +60,9 @@
|
|
| 60 |
"num_bits": 4,
|
| 61 |
"observer": "static_minmax",
|
| 62 |
"observer_kwargs": {},
|
| 63 |
-
"scale_dtype": "torch.float8_e4m3fn",
|
| 64 |
"strategy": "tensor_group",
|
| 65 |
"symmetric": true,
|
| 66 |
-
"type": "float"
|
| 67 |
-
"zp_dtype": null
|
| 68 |
},
|
| 69 |
"output_activations": null,
|
| 70 |
"targets": [
|
|
@@ -79,11 +77,9 @@
|
|
| 79 |
"num_bits": 4,
|
| 80 |
"observer": "memoryless_minmax",
|
| 81 |
"observer_kwargs": {},
|
| 82 |
-
"scale_dtype": "torch.float8_e4m3fn",
|
| 83 |
"strategy": "tensor_group",
|
| 84 |
"symmetric": true,
|
| 85 |
-
"type": "float"
|
| 86 |
-
"zp_dtype": null
|
| 87 |
}
|
| 88 |
}
|
| 89 |
},
|
|
|
|
| 60 |
"num_bits": 4,
|
| 61 |
"observer": "static_minmax",
|
| 62 |
"observer_kwargs": {},
|
|
|
|
| 63 |
"strategy": "tensor_group",
|
| 64 |
"symmetric": true,
|
| 65 |
+
"type": "float"
|
|
|
|
| 66 |
},
|
| 67 |
"output_activations": null,
|
| 68 |
"targets": [
|
|
|
|
| 77 |
"num_bits": 4,
|
| 78 |
"observer": "memoryless_minmax",
|
| 79 |
"observer_kwargs": {},
|
|
|
|
| 80 |
"strategy": "tensor_group",
|
| 81 |
"symmetric": true,
|
| 82 |
+
"type": "float"
|
|
|
|
| 83 |
}
|
| 84 |
}
|
| 85 |
},
|