lexis-gemma3-12b-obligation-generator / preprocessor_config.json
coder123d's picture
Add preprocessor_config.json to fix vLLM MM processor init
0ce06f1 verified
raw
history blame contribute delete
473 Bytes
{
"image_processor_type": "Qwen2VLImageProcessor",
"do_resize": true,
"resample": 3,
"do_rescale": true,
"rescale_factor": 0.00392156862745098,
"do_normalize": true,
"image_mean": [
0.48145466,
0.4578275,
0.40821073
],
"image_std": [
0.26862954,
0.26130258,
0.27577711
],
"min_pixels": 262144,
"max_pixels": 1310720,
"patch_size": 14,
"temporal_patch_size": 2,
"merge_size": 2,
"processor_class": "Qwen2VLProcessor"
}