Skip to content
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

error: update gpu driver or nvidia driver is too old on colab #13

Closed
asalahDyab opened this issue Jul 1, 2020 · 1 comment
Closed

Comments

@asalahDyab
Copy link

I installed version 1.0.0 of PyTourch. this error appear in colab. Do you have an idea?
image

@chenyangh
Copy link
Owner

chenyangh commented Jul 2, 2020

Hi, sorry I don't really use the colab, I am not sure how did you install pytorch on it. I am sure pytorch1.0.1 does not need cuda > 10.1.
Here is what I would install it if I have conda environment:
conda install pytorch==1.0.1 torchvision==0.4.0 cudatoolkit=10.0 -c pytorch
Also, pytorch 1.0.0 is not the same as 1.0.1, in fact, I remember they are quite different.

Back to the bug you have which leads to this situation. It is actually coming from the deepmoji implementation by hugginface. I just checked that someone has a PR that could have potentially made it support pytorch > 1.2.
huggingface/torchMoji#28 Maybe you can install that version to make your code working. I know this is painful, but unfortunately, I currently do not have time to fix the version issue myself. I may try to merge that PR in near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants