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
Hi, I'm trying to use the BioMedGPT-10B model and noticed that the pretrained weights file biomedgpt_10b.pth isn’t available in the repo. Can you provide this file or let me know where to find it? Thanks!
你好,感谢你们出色的工作,我在执行以下脚本时:
device = torch.device("cuda:0")
config["network"]["device"] = device
model = BioMedGPTV(config["network"])
ckpt = torch.load("../ckpts/fusion_ckpts/biomedgpt_10b.pth")
报错:
FileNotFoundError: [Errno 2] No such file or directory: '/openbiomed/OpenBioMed/ckpts/protein_ckpts/esm2-3b/config.json'
我查看ckpts文件夹,发现没有protein_ckpts文件夹,下一行的biomedgpt_10b.pth也不在fusion_ckpts目录中,请问这些文件路径在哪里呢。
感谢您的回复
The text was updated successfully, but these errors were encountered: