Firworks commited on
Commit
4cc32c6
·
verified ·
1 Parent(s): df212b0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -6
config.json CHANGED
@@ -43,11 +43,9 @@
43
  "num_bits": 4,
44
  "observer": "static_minmax",
45
  "observer_kwargs": {},
46
- "scale_dtype": "torch.float8_e4m3fn",
47
  "strategy": "tensor_group",
48
  "symmetric": true,
49
- "type": "float",
50
- "zp_dtype": null
51
  },
52
  "output_activations": null,
53
  "targets": [
@@ -61,11 +59,9 @@
61
  "num_bits": 4,
62
  "observer": "static_minmax",
63
  "observer_kwargs": {},
64
- "scale_dtype": "torch.float8_e4m3fn",
65
  "strategy": "tensor_group",
66
  "symmetric": true,
67
- "type": "float",
68
- "zp_dtype": null
69
  }
70
  }
71
  },
 
43
  "num_bits": 4,
44
  "observer": "static_minmax",
45
  "observer_kwargs": {},
 
46
  "strategy": "tensor_group",
47
  "symmetric": true,
48
+ "type": "float"
 
49
  },
50
  "output_activations": null,
51
  "targets": [
 
59
  "num_bits": 4,
60
  "observer": "static_minmax",
61
  "observer_kwargs": {},
 
62
  "strategy": "tensor_group",
63
  "symmetric": true,
64
+ "type": "float"
 
65
  }
66
  }
67
  },