Skip to content

Commit

Permalink
Update README with further documentation about required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JJL772 committed Feb 28, 2024
1 parent 41181bd commit d3ee7b7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions data_gpu/driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@ See section 5.
A script in this directory 'comp_and_load_drivers.sh' is provided to compile and load the nvidia drivers as well as the driver in this directory. Edit this file and update the NVIDIA_PATH value at the top to the install directory for the nvidia drivers.

```bash
$ sudo apt-get install nvidia-kernel-source-535-open
$ sudo apt-get install cuda-drivers-fabricmanager-535
$ sudo apt-get install nvidia-kernel-source-545-open
$ sudo apt-get install nvidia-cuda-toolkit
$ sudo ./comp_and_load_drivers.sh
```

If NVLink support is required, install cuda-drivers-fabricmanager-<driver version> as well. However, as of Febuary 2024, the latest version of fabricmanager is 535.
When it becomes available on Ubuntu, install with:

```
$ sudo apt-get install cuda-drivers-fabricmanager-545
```

0 comments on commit d3ee7b7

Please sign in to comment.