Image size question

#37
by yaoyu-33 - opened

Hi experts,

I see HF version of checkpoint and config of llama 3.2 11b vision uses image size 560. But in Meta's repo it claims 448 for 11B and 560 for 90B. I wonder if it's a mistake in HF config?
https://github.com/meta-llama/llama-models/blob/main/models/sku_list.py#L662

Meta Llama org

@yaoyu-33 thanks so much for the close-eye review and pointing this out!

It's a mistake in our ref:

vision_chunk_size is 448 for 11B Base model and 560 in everywhere else (11B-Instruct, 90B-Base, 90-Instruct). We will fix it!

Meta Llama org

Fixed now-thanks again!

Sanyam changed discussion status to closed

Sign up or log in to comment