Skip to content
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

installation dependency issue #15

Open
invoker-LL opened this issue Jan 4, 2025 · 0 comments
Open

installation dependency issue #15

invoker-LL opened this issue Jan 4, 2025 · 0 comments

Comments

@invoker-LL
Copy link

it seems that pip install flashattention2-custom-mask relying on torch~=2.2.1 and triton~=3.0.0, however they are conficted.

The conflict is caused by:
flashattention2-custom-mask 0.1.1 depends on triton~=3.0.0
torch 2.2.2 depends on triton==2.2.0; platform_system == "Linux" and platform_machine == "x86_64" and python_version < "3.12"
flashattention2-custom-mask 0.1.1 depends on triton~=3.0.0
torch 2.2.1 depends on triton==2.2.0; platform_system == "Linux" and platform_machine == "x86_64" and python_version < "3.12"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant