-
Notifications
You must be signed in to change notification settings - Fork 281
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
is it possible compile on 2080Ti? #57
Comments
You can try building the environment using conda. Try this for your torch installation:
|
I have a same problem about 2080Ti and try building the environment that you said. But it not works. |
What error are you encountering when building the environment? Here are the steps I took to build my environment:
|
@igygi Well! Very very very thank you for your timely reply. I will try it in the afternoon. |
cool!!!!! It works! Thank you very much again!!! |
I installed cuda 9.0 after creating the environment, and I followed the steps step by step installation.But I encountered the question "THCudaCheck FAIL file=/opt/conda/conda-bld/pytorch_1524586445097/work/aten/src/THC/THCGeneral.cpp line=844 error=11 : invalid argument |
I've been tried many the version of pytorch, eventually, it's success at 0.4.0. But it seems pytorch 0.4.0 not compatible with cuda 10.0, and 2080Ti need cuda >= 10.0.
So I want to know is anybody successful run it on 2080Ti?
The text was updated successfully, but these errors were encountered: