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 25a8082 commit bf912b1Copy full SHA for bf912b1
README.md
@@ -87,8 +87,12 @@ The plugin requires a [llama.cpp](https://github.com/ggerganov/llama.cpp) server
87
88
```bash
89
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)
94
-# for extra performance, disable the GPU's wired collector (https://github.com/ggerganov/llama.cpp/pull/10119)
95
+```bash
96
sudo sysctl iogpu.disable_wired_collector=1
97
```
98
0 commit comments