Video prefix incorrect : Frame{i} vs Frame-{i}
#6
by
apurvagup
- opened
In github repo, Frame-{i} is used during finetune / training. In huggingface example and vllm implementation Frame{i} is used (without the dash).
HF : https://huggingface.co/OpenGVLab/InternVL3_5-8B#inference-with-transformers (Under the video section)
I assume the github one is correct because its used for training and vllm and hf are incorrect ? If you can confirm that is the case, I can raise PRs to correct it in vllm and hf.