fix: use HunYuanVL processor types for native vLLM compatibility
Browse files- preprocessor_config.json +7 -2
preprocessor_config.json
CHANGED
|
@@ -15,6 +15,11 @@
|
|
| 15 |
0.26130258,
|
| 16 |
0.27577711
|
| 17 |
],
|
| 18 |
-
"image_processor_type": "
|
| 19 |
-
"processor_class": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
}
|