robertgshaw2
commited on
Commit
•
d6ce1a1
1
Parent(s):
288fc7c
Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
@@ -15,6 +15,10 @@
|
|
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_method": "fp8",
|
20 |
+
"scheme": "dynamic"
|
21 |
+
},
|
22 |
"rms_norm_eps": 1e-05,
|
23 |
"rope_theta": 1000000.0,
|
24 |
"sliding_window": null,
|