Kimi-VL-A3B-Thinking-2506 / preprocessor_config.json
teowu's picture
Update for release
b706c1a
raw
history blame contribute delete
402 Bytes
{
"auto_map": {
"AutoImageProcessor": "image_processing_kimi_vl.KimiVLImageProcessor",
"AutoProcessor": "processing_kimi_vl.KimiVLProcessor"
},
"in_token_limit": 16384,
"patch_size": 14,
"num_pooled_tokens": 1024,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"pad_input": true
}