Question about warning when loading model

#1
by harpreetsahota - opened

Hi,

When I load the model, I see this warning:

No pretrained configuration specified for vit_huge_patch16_224 model. Using a default. Please add a config to the model pretrained_cfg registry or pass explicitly.
Some weights of Llama_Nemotron_Nano_VL were not initialized from the model checkpoint at <path> and are newly initialized: ['vision_model.radio_model.summary_idxs']
You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference.

Just wanted to make sure this is ok

Cheers

NVIDIA org

Hi. Yes, that should be okay. We don't use summary_idxs for this model.

harpreetsahota changed discussion status to closed

Sign up or log in to comment