Closed Jenny199099 closed 2 months ago
Please ensure that the fusedmlp module of Flash_attn is correctly installed. After installing flash_attn, you need to enter the directory to compile layer_norm separately.
cd csrc/layer_norm && pip install . && cd ../../ \
See this comment for details.
Please ensure that the fusedmlp module of Flash_attn is correctly installed. After installing flash_attn, you need to enter the directory to compile layer_norm separately.
cd csrc/layer_norm && pip install . && cd ../../ \
See this comment for details.
Thank you for your reply. I have done this to compile the layer_norm module. It is successfully installed. But the problem of FusedMLP still exists.
Sorry for misunderstanding your point. Have you compiled and installed fused_dense_lib from this link?
Sorry for misunderstanding your point. Have you compiled and installed fused_dense_lib from this link?
It works for me. Thank you very much.
Thank you for your timely feedback. If you have any questions, feel free to open this issue at any time :)
Hi author, thank you for your great work. I have encountered a problem when I finetuned Internvideo. In line 272 of "./InternVideo2/single_modality/models/internvideo2.py", the function "FusedMLP" returns a NoneType value. It relates to the flash_attn module. Could you please check this part? Thank you.