8000 add rpc package · abetlen/llama-cpp-python@c75d827 · GitHub
[go: up one dir, main page]

Skip to content

Commit c75d827

Browse files
committed
add rpc package
1 parent 028a5dd commit c75d827

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ build.kompute:
3939
build.sycl:
4040
CMAKE_ARGS="-DLLAMA_SYCL=on" python3 -m pip install --verbose -e .
4141

42+
build.rpc:
43+
CMAKE_ARGS="-DLLAMA_RPC=on" python3 -m pip install --verbose -e .
44+
4245
build.sdist:
4346
python3 -m build --sdist
4447

0 commit comments

Comments
 (0)
0