Skip to content

Commit 25a8082

Browse files
authored
readme : add note about macOS
1 parent c3d3cf9 commit 25a8082

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ The plugin requires a [llama.cpp](https://github.com/ggerganov/llama.cpp) server
8787

8888
```bash
8989
brew install llama.cpp
90+
91+
# for extra performance, disable the GPU's wired collector (https://github.com/ggerganov/llama.cpp/pull/10119)
92+
sudo sysctl iogpu.disable_wired_collector=1
9093
```
9194

9295
#### Any other OS

0 commit comments

Comments
 (0)