mirror of
https://www.modelscope.cn/moonshotai/Kimi-VL-A3B-Thinking-2506.git
synced 2026-04-02 11:12:52 +08:00
Upload folder using ModelScope SDK
This commit is contained in:
20
preprocessor_config.json
Normal file
20
preprocessor_config.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"auto_map": {
|
||||
"AutoImageProcessor": "image_processing_kimi_vl.KimiVLImageProcessor",
|
||||
"AutoProcessor": "processing_kimi_vl.KimiVLProcessor"
|
||||
},
|
||||
"in_token_limit": 16384,
|
||||
"patch_size": 14,
|
||||
"num_pooled_tokens": 1024,
|
||||
"image_mean": [
|
||||
0.5,
|
||||
0.5,
|
||||
0.5
|
||||
],
|
||||
"image_std": [
|
||||
0.5,
|
||||
0.5,
|
||||
0.5
|
||||
],
|
||||
"pad_input": true
|
||||
}
|
||||
Reference in New Issue
Block a user