Use standard hyphens in filenames (#4576)

This commit is contained in:
David Nielson 2023-11-15 16:29:00 -07:00 committed by GitHub
parent 025da386a0
commit 564d0cde82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 0 additions and 0 deletions

13
docs/11 - AMD Setup.md Normal file
View file

@ -0,0 +1,13 @@
## Using an AMD GPU in Linux
Requires ROCm SDK 5.4.2 or 5.4.3 to be installed. Some systems may also
need:
```
sudo apt-get install libstdc++-12-dev
```
Edit the "one_click.py" script using a text editor and un-comment and
modify the lines near the top of the script according to your setup. In
particular, modify the `os.environ["ROCM_PATH"] = '/opt/rocm'` line to
point to your ROCm installation.