How to download pretrained_ckpt="/path/to/the/base/model.pt" ?
HuichiZhou opened this issue · 2 comments
HuichiZhou commented
How to download pretrained_ckpt="/path/to/the/base/model.pt" ?
azshue commented
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!
HuichiZhou commented
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!