Firworks commited on
Commit
6b4b1e7
·
verified ·
1 Parent(s): 80fbbcf

Update config.json

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