Closed jstmn closed 10 months ago
What does nvidia-smi
report? You need to have a nvidia driver that supports cuda 12.3.
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 525.116.04 Driver Version: 525.116.04 CUDA Version: 12.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce ... Off | 00000000:65:00.0 Off | Off |
| 0% 42C P8 25W / 450W | 654MiB / 24564MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
I have 525. Does this mean I need to install 545.23.06+
and cuda 12.3? (per this table)
Yes. Or downgrade your torch installation to cuda that your current driver supports (12.0 or lower)
Were you able to fix this issue? If not, reopen it with more details.
Yes I was, it ran fine after changing to torch 2.0.1
.
Thanks!
Issue Details
Hi there,
I'm trying to run the examples but am getting the following error:
here's my cuda driver info:
and i'm using pytorch version
2.1.2
. I saw that CUDA 11.7 is specified for install use with Isaac sim, is it required for a just python installation?Any ideas on how to fix this?
Thanks!