Skip to content

Commit bf912b1

Browse files
authored
readme : add tip
1 parent 25a8082 commit bf912b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,12 @@ The plugin requires a [llama.cpp](https://github.com/ggerganov/llama.cpp) server
8787

8888
```bash
8989
brew install llama.cpp
90+
```
91+
92+
> [!TIP]
93+
> For extra performance, disable the GPU's wired memory collector (https://github.com/ggerganov/llama.cpp/pull/10119)
9094
91-
# for extra performance, disable the GPU's wired collector (https://github.com/ggerganov/llama.cpp/pull/10119)
95+
```bash
9296
sudo sysctl iogpu.disable_wired_collector=1
9397
```
9498

0 commit comments

Comments
 (0)