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 bf912b1 commit dfb0fb9Copy full SHA for dfb0fb9
README.md
@@ -89,13 +89,6 @@ The plugin requires a [llama.cpp](https://github.com/ggerganov/llama.cpp) server
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
-
95
-```bash
96
-sudo sysctl iogpu.disable_wired_collector=1
97
-```
98
99
#### Any other OS
100
101
Either build from source or use the latest binaries: https://github.com/ggerganov/llama.cpp/releases
0 commit comments