Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d0a79b8

Browse files
committed
update readme
1 parent cf97951 commit d0a79b8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,17 @@ CMAKE_ARGS="-DLLAMA_SYCL=on -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx" pi
221221
```
222222
</details>
223223

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+
224235

225236
### Windows Notes
226237

0 commit comments

Comments
 (0)