salesforce/LAVIS

How to download pretrained_ckpt="/path/to/the/base/model.pt" ?

HuichiZhou opened this issue · 2 comments

How to download pretrained_ckpt="/path/to/the/base/model.pt" ?

Hi @HuichiZhou, thank you for trying out our code.

We just uploaded a script that converts our base model from Huggingface hub to a local pytorch checkpoint. Please check out this commit and this section in README for more details.

Thank you for your feedback!

Hi @HuichiZhou, thank you for trying out our code.

We just uploaded a script that converts our base model from Huggingface hub to a local pytorch checkpoint. Please check out this commit and this section in README for more details.

Thank you for your feedback!

Thanks!