-
Notifications
You must be signed in to change notification settings - Fork 211
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 issue when trying to install #13
Comments
Which GPU are you using? EDIT: I will add more code to validate the correct setup in the upcoming PR #9 that introduces automated builds. The requirement is a new GPU with compute capability 8.0 or later and CUDA 11.8 |
RTX 3090. So it should fulfill both those requirements. |
Can you please try to |
Can confirm it works on the Thanks! |
Good to hear that. I’m trying to make the installation easier, it’s something I’m working hard on. Next up is pip install autoawq :) |
Hej Casper (and whoever might read this),
I'm having some strange cuda issue awq when trying to install on a machine with py3.10, cu118.
`Installing collected packages: awq
Running setup.py develop for awq
error: subprocess-exited-with-error
error: subprocess-exited-with-error`
Seems to happen when running
pip install -e .
The text was updated successfully, but these errors were encountered: