mgoin commited on
Commit
e7c7501
1 Parent(s): fd5d075

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -23,6 +23,10 @@
23
  "num_hidden_layers": 12,
24
  "pad_token_id": 1,
25
  "prefix": "</s>",
 
 
 
 
26
  "torch_dtype": "float16",
27
  "transformers_version": "4.40.0",
28
  "use_cache": true,
 
23
  "num_hidden_layers": 12,
24
  "pad_token_id": 1,
25
  "prefix": "</s>",
26
+ "quantization_config": {
27
+ "quant_method": "fp8",
28
+ "scheme": "static"
29
+ },
30
  "torch_dtype": "float16",
31
  "transformers_version": "4.40.0",
32
  "use_cache": true,