JonnaMat commited on
Commit
1aaddbc
·
verified ·
1 Parent(s): b9f630c

Remove dtype

Browse files
Files changed (1) hide show
  1. config.json +1 -3
config.json CHANGED
@@ -22,11 +22,9 @@
22
  "num_bits": 4,
23
  "observer": "memoryless_minmax",
24
  "observer_kwargs": {},
25
- "scale_dtype": null,
26
  "strategy": "group",
27
  "symmetric": true,
28
- "type": "int",
29
- "zp_dtype": null
30
  }
31
  }
32
  },
 
22
  "num_bits": 4,
23
  "observer": "memoryless_minmax",
24
  "observer_kwargs": {},
 
25
  "strategy": "group",
26
  "symmetric": true,
27
+ "type": "int"
 
28
  }
29
  }
30
  },