8000
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 aeebfba commit ff88fcbCopy full SHA for ff88fcb
README.md
@@ -221,6 +221,17 @@ CMAKE_ARGS="-DLLAMA_SYCL=on -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx" pi
221
```
222
</details>
223
224
+<details>
225
+<summary>RPC</summary>
226
+
227
+To install with RPC support, set the `LLAMA_RPC=on` environment variable before installing:
228
229
+```bash
230
+source /opt/intel/oneapi/setvars.sh
231
+CMAKE_ARGS="-DLLAMA_RPC=on" pip install llama-cpp-python
232
+```
233
+</details>
234
235
236
### Windows Notes
237
0 commit comments