This commit is contained in:
Zhijie Lin 2023-05-25 15:22:19 +08:00
parent 3efda2ac76
commit 5cba998d17

View File

@ -260,6 +260,7 @@ class MiniGPT4(Blip2Base):
)
ckpt_path = cfg.get("ckpt", "") # load weights of MiniGPT-4
ckpt_path = None
if ckpt_path:
print("Load BLIP2-LLM Checkpoint: {}".format(ckpt_path))
ckpt = torch.load(ckpt_path, map_location="cpu")