robertgshaw2 commited on
Commit
d975407
1 Parent(s): 6136950

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -0
config.json CHANGED
@@ -15,6 +15,11 @@
15
  "num_attention_heads": 32,
16
  "num_hidden_layers": 32,
17
  "num_key_value_heads": 8,
 
 
 
 
 
18
  "rms_norm_eps": 1e-05,
19
  "rope_theta": 1000000.0,
20
  "sliding_window": null,
 
15
  "num_attention_heads": 32,
16
  "num_hidden_layers": 32,
17
  "num_key_value_heads": 8,
18
+ "quantization_config": {
19
+ "quant_type": "fp8",
20
+ "weight_scheme": "static",
21
+ "activation_scheme": "static",
22
+ }
23
  "rms_norm_eps": 1e-05,
24
  "rope_theta": 1000000.0,
25
  "sliding_window": null,