Groma icon indicating copy to clipboard operation
Groma copied to clipboard

unable to load local weight

Open liukc19 opened this issue 2 months ago • 5 comments

I have manually downloaded the model weights from Hugging Face and tried fine-tuning the model using the following command. bash scripts/vl_finetune.sh ./groma-7b-pretrain ./train_history/ But the program still tries to access the weights from the website. I set the following output for debug. image image And this is the output: image It seems that the program is unable to local model weight?

Looking forward to your reply.

liukc19 avatar Apr 30 '24 18:04 liukc19