Xenova HF staff commited on
Commit
374a1c8
1 Parent(s): 9cbb59f

Delete onnx/quantize_config.json

Browse files
Files changed (1) hide show
  1. onnx/quantize_config.json +0 -25
onnx/quantize_config.json DELETED
@@ -1,25 +0,0 @@
1
- {
2
- "per_channel": true,
3
- "reduce_range": true,
4
- "per_model_config": {
5
- "model": {
6
- "op_types": [
7
- "Add",
8
- "Mul",
9
- "Concat",
10
- "AveragePool",
11
- "Conv",
12
- "Sigmoid",
13
- "Unsqueeze",
14
- "Gather",
15
- "GlobalAveragePool",
16
- "Shape",
17
- "Pad",
18
- "Reshape",
19
- "Constant",
20
- "Gemm"
21
- ],
22
- "weight_type": "QUInt8"
23
- }
24
- }
25
- }