Malekhmem commited on
Commit
51f4653
·
verified ·
1 Parent(s): d6a2eaa

Update quantization_config.json

Browse files
Files changed (1) hide show
  1. quantization_config.json +3 -3
quantization_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "quant_type": "float16",
3
- "bits": 16,
4
  "sym": true,
5
- "per_channel": false
6
  }
 
1
  {
2
+ "quant_type": "int8",
3
+ "bits": 8,
4
  "sym": true,
5
+ "per_channel": true
6
  }