Create preprocessor_config.json
Browse filesWithout this vllm (nightly) wont start.
- preprocessor_config.json +10 -0
preprocessor_config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"image_processor_type": "Gemma3ImageProcessor",
|
| 3 |
+
"do_resize": true,
|
| 4 |
+
"size": {"height": 896, "width": 896},
|
| 5 |
+
"do_rescale": true,
|
| 6 |
+
"rescale_factor": 0.00392156862745098,
|
| 7 |
+
"do_normalize": true,
|
| 8 |
+
"image_mean": [0.5, 0.5, 0.5],
|
| 9 |
+
"image_std": [0.5, 0.5, 0.5]
|
| 10 |
+
}
|