Correct `patch_size`
#3
by
hans00
- opened
No description provided.
Currently config will cause error.
https://github.com/huggingface/transformers/blob/a847d4aa6bd2279f5be235dc0fd862f58f7403d1/src/transformers/models/internvl/modeling_internvl.py#L344-L345
int divide by list
And the original config looks not list
https://huggingface.co/OpenGVLab/InternVL3-1B/blob/main/config.json#L192
Thanks for catching that, the issue has been fix in the Transformers code
yonigozlan
changed pull request status to
closed