Yavor Georgiev
Yavor Georgiev
Customer asks for this fix: http://stackoverflow.com/questions/14427528/push-notification-for-square-and-wide-tiles
Do you recommend we leave remoteFetching off in production until this is addressed?
@sibosutd in my case the timestamps come up short, I'm using 0.25 FPS to process a 38min video. When using the long video cookbook prompts to get it to describe...
@sibosutd Yes, here is a snippet ```python MODEL_PATH = "Qwen/Qwen2.5-VL-7B-Instruct" llm = LLM( model=MODEL_PATH, limit_mm_per_prompt={"image": 1, "video": 1}, tensor_parallel_size=4, dtype="bfloat16", gpu_memory_utilization=0.9, max_model_len=127000 ) sampling_params = SamplingParams( temperature=0.1, top_p=0.001, repetition_penalty=1.05, max_tokens=2048,...
@sibosutd any ideas?