Add AMD GPU support for Linux (#98)
This commit is contained in:
parent
52e3b91f5e
commit
1e3c950c7d
2 changed files with 79 additions and 32 deletions
|
|
@ -28,3 +28,12 @@ CMD_FLAGS = '--chat --api'
|
|||
|
||||
To run an interactive shell in the miniconda environment, run the "cmd"
|
||||
script. This is useful for installing additional requirements manually.
|
||||
|
||||
# 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 "webui.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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue