多模态下载MiniGPT-v2 (after stage-3)模型 #553
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#553
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://drive.google.com/file/d/1HkoUUrjzFGn33cSiUkI-KcT-zysCynAz/view?usp=sharing
老师,这个网址打不开
minigptv2_checkpoint.pth 老师,要下载的是这个吗?
把上述模型minigptv2_checkpoint.pth上传后,报错如下
可能是 triton 库版本不兼容或安装问题导致的。 优先尝试升级或重新安装 triton 库,并确保 triton 版本符合 bitsandbytes 的要求。
老师,triton 版本2.0.0 我升到3.2.0,运行 python demo_v2.py --cfg-path eval_configs/minigptv2_eval.yaml --gpu-id 0
,报错如下:
应该是pytorch版本和PEFT库的版本不匹配,你可以排查下这pytorch版本、cuda版本和课件的版本是否一致,如果解决不了,也可以让班主任提供环境镜像。
老师,pytorch版本、cuda版本和课件的版本是一致的,直接跟班主任说提供 MiniGPT-v2 环境镜像?