Skip to content

Commit 2f7f83e

Browse files
committed
add rpc package
1 parent fd7bcc9 commit 2f7f83e

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
@@ -45,6 +45,9 @@ build.kompute:
4545
build.sycl:
4646
CMAKE_ARGS="-DLLAMA_SYCL=on" python3 -m pip install --verbose -e .
4747

48+
build.rpc:
49+
CMAKE_ARGS="-DLLAMA_RPC=on" python3 -m pip install --verbose -e .
50+
4851
build.sdist:
4952
python3 -m build --sdist
5053

0 commit comments

Comments
 (0)