Skip to content

Commit 52cf747

Browse files
authored
docs: update ROCm install instructions (abetlen#1867)
docs: update ROCm install instructions (abetlen#1867)
1 parent da07e46 commit 52cf747

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- docs: update ROCm install instructions by @agronholm in #1867
1011
- fix: clear prompt for recurrent / hybrid models when only a partial prefix matches by @avion23 in #2108
1112
- fix: match Transformers `tojson` in chat template rendering by @CISC in #1486
1213
- fix: use env var configured multimodal library override paths when loading shared libraries by @navratil-matej in #1782

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,12 @@ pip install llama-cpp-python \
173173
</details>
174174

175175
<details>
176-
<summary>hipBLAS (ROCm)</summary>
176+
<summary>HIP (ROCm)</summary>
177177

178-
To install with hipBLAS / ROCm support for AMD cards, set the `GGML_HIPBLAS=on` environment variable before installing:
178+
To install with HIP / ROCm support for AMD cards, set the `GGML_HIP=on` environment variable before installing:
179179

180180
```bash
181-
CMAKE_ARGS="-DGGML_HIPBLAS=on" pip install llama-cpp-python
181+
CMAKE_ARGS="-DGGML_HIP=on" pip install llama-cpp-python
182182
```
183183

184184
</details>

0 commit comments

Comments
 (0)