-
Notifications
You must be signed in to change notification settings - Fork 21
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
rcca compile error #7
Comments
are you using torch 1.0+? |
|
Could you please give me some suggestions? |
@Alva-2020 you can try python lower than 3.6 and cuda 10.0 |
python 3.6 with cuda10.0 can work |
fyi
https://github.com/speedinghzl/CCNet/tree/pytorch-1.1 UPDATE - actually same error. UPDATE installing apex withou cuda / also didn't help |
@johndpope .so file is generated by compiling the cpp cuda extension, I tried that more than one year ago using lower version python and pytorch-1.1 cuda10.0. if you only use from .CC import CC_module as CrissCrossAttention, you need not to compile the cuda extension |
I can't use cuda 10 - as I have a later graphics card - 3090 :( |
File "/home/zhangli/anaconda3/envs/py36/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1538, in _run_ninja_build
raise RuntimeError(message) from e
RuntimeError: Error building extension 'rcca'
The text was updated successfully, but these errors were encountered: