File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments