How to use Cuda on my Computer #617
Replies: 8 comments 7 replies
-
Have you installed torch with cuda? I.e. check whether during the installation you used someting like |
Beta Was this translation helpful? Give feedback.
-
Hello,Thanks very much for your help.
I have tried, but it is not working.
I have uninstalled torch and newly install torch cuda 118
But it is not still working
…On Wed, Aug 30, 2023 at 12:26 AM Ralf Scholler ***@***.***> wrote:
Check the sitehttps://pytorch.org/get-started/locally/
—
Reply to this email directly, view it on GitHub
<#617 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A73T322HCVKNUSYLG4IBR33XXYC2LANCNFSM6AAAAAA4DDBQKM>
.
You are receiving this because you authored the thread.Message ID:
<mrdbourke/pytorch-deep-learning/repo-discussions/617/comments/6854595@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
I wonder If you do so. |
Beta Was this translation helpful? Give feedback.
-
Ok, thanks for the update.
…On Fri, Sep 1, 2023 at 12:00 AM Ralf Scholler ***@***.***> wrote:
Hello Apollo,
I sure will. It is not an easy task to get the GPU running with jupyter,
believe me. Ubuntu was pre-installed, the GPU was connected and worked.
Then I tried to install the CUDA toolkit and the cuDNN Library. The result
was that the workstation crashed as it mixed up drivers of different
versions. As soon as I have better news, I update you.
—
Reply to this email directly, view it on GitHub
<#617 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A73T3275ORVWNCSPSJ5CVADXYCRKRANCNFSM6AAAAAA4DDBQKM>
.
You are receiving this because you authored the thread.Message ID:
<mrdbourke/pytorch-deep-learning/repo-discussions/617/comments/6876836@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Awesome, thanks!
…On Thu, Sep 7, 2023 at 9:28 AM Daniel Bourke ***@***.***> wrote:
I've had similar issues setting up a deep learning PC in the past.
I've collected a bunch of notes here on how I got mine setup.
In short, I had to *remove* all existing NVIDIA drivers and reinstall
them.
These notes are rough and not a 100% working guide but they've got
resources that helped me:
https://mrdbourke.notion.site/Installing-CUDA-on-a-new-GPU-175916438b814525b8b161ac0c787667?pvs=4
—
Reply to this email directly, view it on GitHub
<#617 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A73T323HETLE2N5KXOHZQPDXZEIJVANCNFSM6AAAAAA4DDBQKM>
.
You are receiving this because you authored the thread.Message ID:
<mrdbourke/pytorch-deep-learning/repo-discussions/617/comments/6931761@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Yes, everything is fine.
Thanks.
…On Thu, Sep 21, 2023 at 5:41 PM Ralf Scholler ***@***.***> wrote:
Has the issue been solved? I have been out of business for a while.
—
Reply to this email directly, view it on GitHub
<#617 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A73T323KAIKCDZO7NRIXWPTX3P4VBANCNFSM6AAAAAA4DDBQKM>
.
You are receiving this because you authored the thread.Message ID:
<mrdbourke/pytorch-deep-learning/repo-discussions/617/comments/7067678@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
How are things going? doing well?
If you have any problem on your work, call me plz.
I will help you
…On Thu, Sep 21, 2023 at 10:52 PM Andrew leon ***@***.***> wrote:
Yes, everything is fine.
Thanks.
On Thu, Sep 21, 2023 at 5:41 PM Ralf Scholler ***@***.***>
wrote:
> Has the issue been solved? I have been out of business for a while.
>
> —
> Reply to this email directly, view it on GitHub
> <#617 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/A73T323KAIKCDZO7NRIXWPTX3P4VBANCNFSM6AAAAAA4DDBQKM>
> .
> You are receiving this because you authored the thread.Message ID:
> <mrdbourke/pytorch-deep-learning/repo-discussions/617/comments/7067678@
> github.com>
>
|
Beta Was this translation helpful? Give feedback.
-
I am using Asus VivoBook X540UBR (date: 01/08/2020) which comes with entry level NVIDIA GeForce MX110. 2 years ago, I abandoned Windows 10 and re-installed the notebook with Linux Mint 21.2 Cinnamon. To my surprise, Linux has properly installed and maintained NVIDIA drivers via I don't need to explicitly install Cuda toolkit from https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=20.04&target_type=deb_local I simply install Cuda toolkit as hinted by apt via Then, my GPU environment is ready. To check the Cuda version in Ubuntu: $ nvidia-smi
To check whether Cuda toolkit is installed: $ nvcc --version
True |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, Everybody.

I have nvidia geForce GTX 750Ti on my computer.
I can see
like this, with "!nvidia-smi" command.
But the result of this prompt is "False"
\torch.cuda.is_available()\
Why? How can I overcome this problem?
help me please.🙏
Beta Was this translation helpful? Give feedback.
All reactions