Safetensors
gemma3
compressed-tensors
slavikz commited on
Commit
f25296e
·
verified ·
1 Parent(s): 6bdba8b

Create preprocessor_config.json

Browse files

Without this vllm (nightly) wont start.

Files changed (1) hide show
  1. 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
+ }