Laguna-XS-2.1-Vision-NVFP4 / preprocessor_config.json
webbrain-one's picture
Wire up multimodal integration: vision tower, projector, processor, vLLM path
2e40c5a verified
Raw
History Blame Contribute Delete
408 Bytes
{
"auto_map": {
"AutoImageProcessor": "image_processing_laguna.LagunaImageProcessor",
"AutoProcessor": "processing_laguna.LagunaProcessor"
},
"patch_size": 14,
"pad_input": true,
"in_token_limit": 2048,
"merge_kernel_size": [2, 2],
"image_mean": [0.5, 0.5, 0.5],
"image_std": [0.5, 0.5, 0.5],
"image_processor_type": "LagunaImageProcessor",
"processor_class": "LagunaProcessor"
}