You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am finetuning Llama 3.2 11B vision model. I am sending images of size 5000x5000 resolution in the prompt. The larger size is important because there are some important tiny text in the image. I was wondering if unsloth is resizing the image internally? I do not want the images to be resized.
The text was updated successfully, but these errors were encountered:
No, it will use original image which is impact to you gpu memory usage. Ideally, you must resize the image smaller or use chunking method to inference high resolution image for smaller gpu
I am finetuning Llama 3.2 11B vision model. I am sending images of size 5000x5000 resolution in the prompt. The larger size is important because there are some important tiny text in the image. I was wondering if unsloth is resizing the image internally? I do not want the images to be resized.
The text was updated successfully, but these errors were encountered: