Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

执行时部分文件找不到,如ckpts/protein_ckpts/esm2-3b/config.json和ckpts/fusion_ckpts/biomedgpt_10b.pth #48

Open
wang1997lab2 opened this issue Oct 9, 2023 · 2 comments

Comments

@wang1997lab2
Copy link

你好,感谢你们出色的工作,我在执行以下脚本时:
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目录中,请问这些文件路径在哪里呢。
感谢您的回复

@icycookies
Copy link
Contributor

请参考该Issue

@GOODGOODGOO
Copy link

请参考该Issue

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants