-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Can not run google colab notebook from local environment #5137
Comments
same problem. fc9c33b |
might be the environment differenet betnween colab and local. Looking for some solutions. |
I Can't find what cause this issue or proper solution for this error. |
@JeongHanJun thank you dude, it works. (honest i am still curious, install torch 2.1.0 on a cuda 11.3, and its even work ..etc.) |
@gobears21 I agree, I am still curious too. I would be very grateful if an expert could provide detailed information on this issue. Additionally, My CUDA version is 12.0. |
@gobears21 How do you install Torch 2.1.0 in a CUDA 11.3 environment? Thank you, and I hope to receive your answer. |
@lybututou just pip install torch==2.1.0 |
Instructions To Reproduce Bug:
I basically copied and pasted the code used in the jupyter notebook into a python scirpt. The following is the full code.
Environment:
The text was updated successfully, but these errors were encountered: