Text Generation
Transformers
Safetensors
English
llama
causal-lm
text-generation-inference
4-bit precision
gptq
TheBloke commited on
Commit
ecf7c95
1 Parent(s): 5e06a28

Create quantize_config.json

Browse files
Files changed (1) hide show
  1. quantize_config.json +6 -0
quantize_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bits": 4,
3
+ "damp_percent": 0.01,
4
+ "desc_act": false,
5
+ "group_size": 128
6
+ }