forestcalled/text-generation-webui
0
1## Using an AMD GPU in Linux2 3Requires ROCm SDK 5.4.2 or 5.4.3 to be installed. Some systems may also4need: 5 6```7sudo apt-get install libstdc++-12-dev8```9 10Edit the "one_click.py" script using a text editor and un-comment and11modify the lines near the top of the script according to your setup. In12particular, modify the `os.environ["ROCM_PATH"] = '/opt/rocm'` line to13point to your ROCm installation.14 