Description
🐛 Bugs / Unexpected behaviors
After running conda install pytorch=2.4.1 torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
I should be able to install pytorch3d using conda install -c pytorch3d pytorch3d
nvidia-smi:
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.183.01 Driver Version: 535.183.01 CUDA Version: 12.2 |
|-----------------------------------------+----------------------+----------------------+
| 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 RTX 3060 ... Off | 00000000:01:00.0 On | N/A |
| N/A 41C P8 16W / 40W | 933MiB / 6144MiB | 1% Default |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+
nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Sun_Jul_28_19:07:16_PDT_2019
Cuda compilation tools, release 10.1, V10.1.243
Instructions To Reproduce the Issue:
- What you observed (including the full logs):```
Channels:
- pytorch3d
- nvidia
- pytorch
- defaults
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: | Segmentation fault (core dumped)
I'd appreciate your help on this matter. Thanks in advance.