Z-Image-SDNQ-float4e2m1fn-svd-r32 / text_encoder /quantization_config.json
Thekingbalxd's picture
Duplicate from heyanzhuo/Z-Image-SDNQ-float4e2m1fn-svd-r32
c4e43f7
Raw
History Blame
1.15 kB
{
"add_skip_keys": false,
"dequantize_fp32": false,
"dynamic_loss_threshold": 0.01,
"group_size": 0,
"is_integer": false,
"is_training": false,
"modules_dtype_dict": {},
"modules_to_not_convert": [
".emb_in",
".time_embed",
"patch_emb",
".img_in",
"multi_modal_projector",
".img_out",
".norm_out",
".vid_in",
"patch_embed",
".emb_out",
".context_embedder",
"wte",
".txt_out",
".final_layer",
"patch_embedding",
".x_embedder",
".t_embedder",
"lm_head",
".proj_out",
".vid_out",
".txt_in",
".y_embedder",
"time_text_embed",
".condition_embedder"
],
"non_blocking": false,
"quant_conv": false,
"quant_method": "sdnq",
"quantization_device": null,
"quantized_matmul_dtype": null,
"return_device": null,
"sdnq_version": "0.1.4",
"svd_rank": 32,
"svd_steps": 8,
"use_dynamic_quantization": false,
"use_grad_ckpt": true,
"use_quantized_matmul": false,
"use_quantized_matmul_conv": false,
"use_static_quantization": true,
"use_stochastic_rounding": false,
"use_svd": true,
"weights_dtype": "float4_e2m1fn"
}