Firworks commited on
Commit
f3047ca
·
verified ·
1 Parent(s): 5db4ade

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -6
config.json CHANGED
@@ -19,11 +19,9 @@
19
  "num_bits": 4,
20
  "observer": "static_minmax",
21
  "observer_kwargs": {},
22
- "scale_dtype": "torch.float8_e4m3fn",
23
  "strategy": "tensor_group",
24
  "symmetric": true,
25
- "type": "float",
26
- "zp_dtype": null
27
  },
28
  "output_activations": null,
29
  "targets": [
@@ -37,11 +35,9 @@
37
  "num_bits": 4,
38
  "observer": "static_minmax",
39
  "observer_kwargs": {},
40
- "scale_dtype": "torch.float8_e4m3fn",
41
  "strategy": "tensor_group",
42
  "symmetric": true,
43
- "type": "float",
44
- "zp_dtype": null
45
  }
46
  }
47
  },
 
19
  "num_bits": 4,
20
  "observer": "static_minmax",
21
  "observer_kwargs": {},
 
22
  "strategy": "tensor_group",
23
  "symmetric": true,
24
+ "type": "float"
 
25
  },
26
  "output_activations": null,
27
  "targets": [
 
35
  "num_bits": 4,
36
  "observer": "static_minmax",
37
  "observer_kwargs": {},
 
38
  "strategy": "tensor_group",
39
  "symmetric": true,
40
+ "type": "float"
 
41
  }
42
  }
43
  },