RefCaptioner / inference_config.json
TengfeiLiuCoder's picture
Add files using upload-large-folder tool
39b517d verified
Raw
History Blame Contribute Delete
365 Bytes
{
"prompt_version": "Prompt_1.0",
"max_length": 18000,
"max_new_tokens": 512,
"video_fps": 2.0,
"video_min_frames": 4,
"video_max_frames": 20,
"image_max_pixels": 602112,
"video_max_pixels": 602112,
"do_sample": false,
"temperature": 0.0,
"top_p": 1.0,
"top_k": 0,
"disable_thinking": true,
"dtype": "bfloat16",
"device_map": "auto"
}