bnjmnmarie commited on
Commit
cb68bcb
·
verified ·
1 Parent(s): 8a410d4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -6
config.json CHANGED
@@ -103,11 +103,9 @@
103
  "num_bits": 4,
104
  "observer": "static_minmax",
105
  "observer_kwargs": {},
106
- "scale_dtype": "torch.float8_e4m3fn",
107
  "strategy": "tensor_group",
108
  "symmetric": true,
109
- "type": "float",
110
- "zp_dtype": null
111
  },
112
  "output_activations": null,
113
  "targets": [
@@ -121,11 +119,9 @@
121
  "num_bits": 4,
122
  "observer": "static_minmax",
123
  "observer_kwargs": {},
124
- "scale_dtype": "torch.float8_e4m3fn",
125
  "strategy": "tensor_group",
126
  "symmetric": true,
127
- "type": "float",
128
- "zp_dtype": null
129
  }
130
  }
131
  },
 
103
  "num_bits": 4,
104
  "observer": "static_minmax",
105
  "observer_kwargs": {},
 
106
  "strategy": "tensor_group",
107
  "symmetric": true,
108
+ "type": "float"
 
109
  },
110
  "output_activations": null,
111
  "targets": [
 
119
  "num_bits": 4,
120
  "observer": "static_minmax",
121
  "observer_kwargs": {},
 
122
  "strategy": "tensor_group",
123
  "symmetric": true,
124
+ "type": "float"
 
125
  }
126
  }
127
  },