Open orrzohar opened 7 months ago
Hi @orrzohar,
Thank you for your interest in our work. The issue you are encountering is related to the installation of flash attention
. The flash-attention is not properly installed. The following would help.
git clone https://github.com/HazyResearch/flash-attention.git
cd flash-attention
python setup.py install
I hope it will solve this issue. Good Luck!
Hi @mmaaz60,
Thank you for your reply, I'll try this - I used the command in the LLaVA documentation: pip install flash-attn --no-build-isolation
.
I'll update if this works,
Best, Orr
I followed your installation protocol:
I then run
And get:
Best, Orr