Text Generation
Transformers
Safetensors
mistral
axolotl
Generated from Trainer
Mistral
instruct
finetune
chatml
gpt4
synthetic data
science
physics
chemistry
biology
math
quantized
4-bit precision
AWQ
Inference Endpoints
text-generation-inference
conversational
Eval Results
awq
Shaun Prince commited on
Commit
2a61214
1 Parent(s): 53e089c

add quant config

Browse files
Files changed (1) hide show
  1. quant_config.json +6 -0
quant_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "zero_point": true,
3
+ "q_group_size": 128,
4
+ "w_bit": 4,
5
+ "version": "GEMM"
6
+ }