Description
Hi! Thanks for your great work!
But I have some issues with this pacakage.
I try to import torch and transform tensor to CUDA after I install package, but it error like the image below
(hierarchical_3d_gaussians) vinai@gausian-splatting:/data/Phat/hierarchical-3d-gaussians$ nvidia-smi
Sun Aug 18 08:29:35 2024
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 460.80 Driver Version: 460.80 CUDA Version: 11.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 GeForce RTX 208... Off | 00000000:17:00.0 Off | N/A |
| 44% 44C P0 56W / 260W | 0MiB / 11019MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+
(hierarchical_3d_gaussians) vinai@gausian-splatting:/data/Phat/hierarchical-3d-gaussians$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Wed_Sep_21_10:33:58_PDT_2022
Cuda compilation tools, release 11.8, V11.8.89
Build cuda_11.8.r11.8/compiler.31833905_0
P/s : g++ and gcc have version 11.2
Can you help me for this issues ? Thanks for your help