You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-9Lines changed: 13 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -41,13 +41,17 @@ Currently, we have predictors for the following Nvidia GPUs:
41
41
42
42
### 1. Install CUPTI
43
43
44
-
- CUPTI is a profiling interface required by Habitat. Select your version of CUDA [here](https://developer.nvidia.com/cuda-toolkit-archive) and following the instructions to add NVIDIA's repository. Then, install CUPTI with:
45
-
46
-
```bash
47
-
sudo apt-get install cuda-cupti-xx-x
48
-
```
49
-
50
-
where `xx-x` represents the version of CUDA you have installed.
44
+
CUPTI is a profiling interface required by Habitat. Select your version of CUDA [here](https://developer.nvidia.com/cuda-toolkit-archive) and follow the instructions to add NVIDIA's repository. Then, install CUPTI with:
45
+
```bash
46
+
sudo apt-get install cuda-cupti-xx-x
47
+
```
48
+
where `xx-x` represents the version of CUDA you have installed.
49
+
50
+
Alternatively, if you do not have root access on your machine, you can use `conda` to install CUPTI. Select your version of CUDA [here](https://anaconda.org/nvidia/cuda-cupti) and follow the instructions. For example if you have CUDA 11.6.0, you can install CUPTI with:
0 commit comments