Firworks commited on
Commit
4aab120
·
verified ·
1 Parent(s): ca5b336

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -6
config.json CHANGED
@@ -58,11 +58,9 @@
58
  "num_bits": 4,
59
  "observer": "static_minmax",
60
  "observer_kwargs": {},
61
- "scale_dtype": "torch.float8_e4m3fn",
62
  "strategy": "tensor_group",
63
  "symmetric": true,
64
- "type": "float",
65
- "zp_dtype": null
66
  },
67
  "output_activations": null,
68
  "targets": [
@@ -76,11 +74,9 @@
76
  "num_bits": 4,
77
  "observer": "static_minmax",
78
  "observer_kwargs": {},
79
- "scale_dtype": "torch.float8_e4m3fn",
80
  "strategy": "tensor_group",
81
  "symmetric": true,
82
- "type": "float",
83
- "zp_dtype": null
84
  }
85
  }
86
  },
 
58
  "num_bits": 4,
59
  "observer": "static_minmax",
60
  "observer_kwargs": {},
 
61
  "strategy": "tensor_group",
62
  "symmetric": true,
63
+ "type": "float"
 
64
  },
65
  "output_activations": null,
66
  "targets": [
 
74
  "num_bits": 4,
75
  "observer": "static_minmax",
76
  "observer_kwargs": {},
 
77
  "strategy": "tensor_group",
78
  "symmetric": true,
79
+ "type": "float"
 
80
  }
81
  }
82
  },