We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d3cf9 commit 25a8082Copy full SHA for 25a8082
README.md
@@ -87,6 +87,9 @@ The plugin requires a [llama.cpp](https://github.com/ggerganov/llama.cpp) server
87
88
```bash
89
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
93
```
94
95
#### Any other OS
0 commit comments