We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! First of all, thanks for an awesome paper :)
Can you please help me with an implementation question?
In blocksparse_linear.py, the is an import statement: https://github.com/HazyResearch/pixelfly/blob/7c3f233cd3b1b165ba66942e38eee3702aafea8d/src/models/modules/layers/blocksparse_linear.py#L17-L21
However, the file it is attempting to import appears to be missing in the models.modules.attention package: https://github.com/HazyResearch/pixelfly/tree/7c3f233cd3b1b165ba66942e38eee3702aafea8d/src/models/modules/attention
As a result, I'm getting "triton no supported" even though I have triton installed. What is the best way to overcome this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! First of all, thanks for an awesome paper :)
Can you please help me with an implementation question?
In blocksparse_linear.py, the is an import statement:
https://github.com/HazyResearch/pixelfly/blob/7c3f233cd3b1b165ba66942e38eee3702aafea8d/src/models/modules/layers/blocksparse_linear.py#L17-L21
However, the file it is attempting to import appears to be missing in the models.modules.attention package:
https://github.com/HazyResearch/pixelfly/tree/7c3f233cd3b1b165ba66942e38eee3702aafea8d/src/models/modules/attention
As a result, I'm getting "triton no supported" even though I have triton installed. What is the best way to overcome this?
The text was updated successfully, but these errors were encountered: