Skip to content

Commit

Permalink
Update cuda.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alabulei1 authored May 17, 2024
1 parent 3782980 commit 3ea84fe
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/node-guide/tasks/cuda.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,16 @@ Cuda compilation tools, release 12.2, V12.2.140
Build cuda_12.2.r12.2/compiler.33191640_0
```

After that, use the following command line to set up the environment path.

```
export LD_LIBRARY_PATH=/usr/local/cuda/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
```


## More resources

Here are more scripts that could help you in case you stuck.
Here are more scripts that could help you in case you are stuck.

* The [Nvidia official install guide](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/) for Linux.
* [Yam Peleg's popular script](https://x.com/yampeleg/status/1751823896800583924) for Ubuntu 22.04
Expand Down

0 comments on commit 3ea84fe

Please sign in to comment.