ZzZZCHS / Chat-Scene

Code for "Chat-Scene: Bridging 3D Scene and Large Language Models with Object Identifiers" (NeurIPS 2024)
MIT License
113 stars 8 forks source link

ImportError: FlashAttention2 has been toggled on #21

Closed hanxunyu closed 8 months ago

hanxunyu commented 8 months ago

Thanks for your great work. But when I run run.sh, I met the error "ImportError: FlashAttention2 has been toggled on, but it cannot be used due to the following error:the package flash_attn seems to be not installed." as shown in the following image. image

And when I try "pip install flash_attn", the following error appears as shown in the second image. Does anybody know how to fix it? Thanks very much. image

ZzZZCHS commented 8 months ago

It seems that you are working with the dev branch, which is currently not ready for use. Please switch to the main branch instead.

hanxunyu commented 8 months ago

Thanks a lot.