Devstral-2-123B-Instruct-2512-NVFP4 / quantization_config.json
NeonBohdan's picture
Upload folder using huggingface_hub
e317022 verified
{
"config_groups": {
"group_0": {
"targets": [
"Linear"
],
"weights": {
"num_bits": 4,
"type": "float",
"symmetric": true,
"group_size": 16,
"strategy": "tensor_group",
"block_structure": null,
"dynamic": false,
"actorder": null,
"scale_dtype": "torch.float8_e4m3fn",
"zp_dtype": null,
"observer": "static_minmax",
"observer_kwargs": {}
},
"input_activations": {
"num_bits": 4,
"type": "float",
"symmetric": true,
"group_size": 16,
"strategy": "tensor_group",
"block_structure": null,
"dynamic": "local",
"actorder": null,
"scale_dtype": "torch.float8_e4m3fn",
"zp_dtype": null,
"observer": "static_minmax",
"observer_kwargs": {}
},
"output_activations": null,
"format": null
}
},
"quant_method": "compressed-tensors",
"kv_cache_scheme": null,
"format": "nvfp4-pack-quantized",
"quantization_status": "compressed",
"global_compression_ratio": null,
"ignore": [],
"provider": "auto-round"
}