stelterlab commited on
Commit
72c6fbe
·
verified ·
1 Parent(s): f900bf2

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +7 -2
config.json CHANGED
@@ -23,5 +23,10 @@
23
  "torch_dtype": "bfloat16",
24
  "transformers_version": "4.53.1",
25
  "use_cache": true,
26
- "vocab_size": 131072
27
- }
 
 
 
 
 
 
23
  "torch_dtype": "bfloat16",
24
  "transformers_version": "4.53.1",
25
  "use_cache": true,
26
+ "vocab_size": 131072,
27
+ "quantization_config": {
28
+ "activation_scheme": "dynamic",
29
+ "fmt": "e4m3",
30
+ "quant_method": "fp8"
31
+ }
32
+ }