-
Notifications
You must be signed in to change notification settings - Fork 443
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
CUDA: Error- invalid ptx #68
Comments
I guess maybe it is connected with --fp16 use: triton-lang/triton#187 (comment) |
Yup.
Like that:
Worked for me. From my understanding it is because of incompatibility of FP16 with some types of cards, to say Tesla P100 in my case. UPD looks like I'm wrong - since fp16 work for me with Transformers. DK why it helps. |
Add fixes for last updates on colab for rugpt3xl |
The text was updated successfully, but these errors were encountered: