Update quantization_config.json
Browse files- quantization_config.json +3 -3
quantization_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
-
"quant_type": "
|
3 |
-
"bits":
|
4 |
"sym": true,
|
5 |
-
"per_channel":
|
6 |
}
|
|
|
1 |
{
|
2 |
+
"quant_type": "int8",
|
3 |
+
"bits": 8,
|
4 |
"sym": true,
|
5 |
+
"per_channel": true
|
6 |
}
|