danielhanchen commited on
Commit
e426735
·
verified ·
1 Parent(s): e2b8b05

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -6
config.json CHANGED
@@ -53,11 +53,9 @@
53
  "num_bits": 8,
54
  "observer": null,
55
  "observer_kwargs": {},
56
- "scale_dtype": null,
57
  "strategy": "token",
58
  "symmetric": true,
59
- "type": "float",
60
- "zp_dtype": null
61
  },
62
  "output_activations": null,
63
  "targets": [
@@ -71,11 +69,9 @@
71
  "num_bits": 8,
72
  "observer": "minmax",
73
  "observer_kwargs": {},
74
- "scale_dtype": null,
75
  "strategy": "channel",
76
  "symmetric": true,
77
- "type": "float",
78
- "zp_dtype": null
79
  }
80
  }
81
  },
 
53
  "num_bits": 8,
54
  "observer": null,
55
  "observer_kwargs": {},
 
56
  "strategy": "token",
57
  "symmetric": true,
58
+ "type": "float"
 
59
  },
60
  "output_activations": null,
61
  "targets": [
 
69
  "num_bits": 8,
70
  "observer": "minmax",
71
  "observer_kwargs": {},
 
72
  "strategy": "channel",
73
  "symmetric": true,
74
+ "type": "float"
 
75
  }
76
  }
77
  },