Graph Machine Learning
AnemoI
English

flash_attn installation error when running at Colab

#10
by vpmet - opened

I have tried to run the model in Colab but I get an error when installing required packages:
"It seems that the flash_attn package failed to install, which is a common issue due to its specific hardware and software dependencies (like CUDA and PyTorch versions)."

vpmet changed discussion status to closed
vpmet changed discussion status to open

Hi @vpmet ,

The flash attention package typically has to be compiled from source. You can find some compilation instructions and the list of supported platforms here.

Hi @vpmet ,
Checkout https://github.com/mjun0812/flash-attention-prebuild-wheels/ for compiled flash_attn WHLs

Sign up or log in to comment