【求助帖】多模态课程启动 Video-LLaVA 报错 #337
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#337
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?
启动python -m videollava.serve.gradio_web_server
提供一下完整的运行命令和截图,以及前因后果。
以及检查下:(1)模型的下载是否完整(2)gradio_web_server.py的模型路径是否正确
截下完整的运行情况,从命令开始到报错
模型的下载是否完整:使用transformers库加载模型,尝试使用transformers库加载下载的模型,如果模型文件损坏或不完整,加载过程中通常会报错,这可以作为一种简单的完整性检查方法。
我下载的模型用transformers库加载,也出现同样的错误,但是几次下载完成都是这样的,没有损坏模型。是否Video-LLaVA-7B和Video-LLaVA-7B-hf都可以用这个脚本加载?用Video-LLaVA-7B可以加载,但用视频对话时会出现错误
有image_tower

我也遇到了同样的问题,老师是否方便分享一下课程用的videollava的conda环境的yaml文件
这样可以运行