Text Generation
Transformers
Safetensors
phi-msft
custom_code
4-bit precision
gptq
phi-2-orange-GPTQ / quantize_config.json
TheBloke's picture
GPTQ model commit
c6affcd verified
raw history blame
No virus
133 Bytes
{
"bits": 8,
"group_size": 128,
"damp_percent": 0.1,
"desc_act": true,
"sym": true,
"true_sequential": true
}