flash-attn安装问题 #133
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#133
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?
autodl上安装Video-llava
1、因为flash-attn安装时间过长,尝试不装,进行下一步,结果报错,提示模型不匹配。gihub上有人遇到同样的问题 说将pretrain.sh文件里的zero2改为zero3可以解决,但是尝试后报同样的错。因为这是deepspeed的设置,我不知道这和没有安装flash-attn有没有关系。
2、再次尝试安装flash-attn,结果还是报错,提示wheels不适配。
有没有老师碰到过这种问题,能帮忙解决下。
一般来说falash-attn和deepspeed zero3是可以一起使用的也可以各自单独使用。
看报错事编译flash-attention报错;不安装flash-attn的报错也可以发下看看?另外就是看看模型是否有falsh-attn的启用开关。
flash attn是源码编译的吗?源码编译会比较耗时