-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in setup.py when installing the package from a fresh conda environment #188
Comments
I've noticed this too! |
Did you try installing it explicitly, like |
The installation works if |
I suspect if you list two packages in a |
Thanks for the responses! I've created a tentative PR #193 that resolves this issue. Let me know what you think :) |
FlashAttention v2 is really impressive in terms of training speed. Thank you for that. I am still running into the same issue when installing the package 😢 . Do you think there is a way to add back the |
We tried |
Hello! I'm trying to install flash attention in a fresh conda environment using
pip install flash-attn==1.0.3
, but I'm getting the following error message:Do you know where this is coming from? :)
To reproduce:
conda create -n test-env python=3.9 && conda activate test-env && pip install flash-attn==1.0.3
Thanks!
The text was updated successfully, but these errors were encountered: