passionMan commited on
Commit
8bb0a22
·
verified ·
1 Parent(s): ce4204b

fix: use HunYuanVL processor types for native vLLM compatibility

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +7 -2
preprocessor_config.json CHANGED
@@ -15,6 +15,11 @@
15
  0.26130258,
16
  0.27577711
17
  ],
18
- "image_processor_type": "BrainOCRImageProcessor",
19
- "processor_class": "BrainOCRProcessor"
 
 
 
 
 
20
  }
 
15
  0.26130258,
16
  0.27577711
17
  ],
18
+ "image_processor_type": "HunYuanVLImageProcessor",
19
+ "processor_class": "HunYuanVLProcessor",
20
+ "do_convert_rgb": true,
21
+ "do_normalize": true,
22
+ "do_rescale": true,
23
+ "do_resize": true,
24
+ "rescale_factor": 0.00392156862745098
25
  }