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, I'm currently trying to run python vec_add.py but it gives the following error
ImportError: cannot import name 'JITFunction' from 'triton' (unknown location)
I've followed all the requirements written in the Readme, and I'm using triton version 3.0.0.
Is there any other factor that I should consider? Should I install triton from source as written in #25 ? Thanks in advance.
The text was updated successfully, but these errors were encountered:
Yes. Please install triton from source for now.
@tejas3070 Please take some time to resolve build issues when you have time.
There are mainly two:
Sorry, something went wrong.
No branches or pull requests
Hi, I'm currently trying to run python vec_add.py but it gives the following error
I've followed all the requirements written in the Readme, and I'm using triton version 3.0.0.
Is there any other factor that I should consider?
Should I install triton from source as written in #25 ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: