-
Notifications
You must be signed in to change notification settings - Fork 461
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
Fixing Triton -"Unexpected MMA layout version found" for prevolta GPUs raises new problems #174
Comments
Can you provide steps to reproduce the issue? |
I got the same issue, my logtrace is:
I gave the model 3584MiB for vram and 32768MiB of ram. |
This is me too. And I have 24gb of ram and 96 of system ram.. I am not out of ram. |
did anyone find a solution to this?
|
I reinstalled triton==2.0.0 which solved the problem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got the same error as issue 142 -
AttributeError: module ‘triton.compiler’ has no attribute ‘OutOfResources’- after @geekypathak21's solution(see PR 1505) on getting around the problem of matmul issue of prevolta nvidia gpus with Triton library.
The text was updated successfully, but these errors were encountered: