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

Skip to content

Commit 582b6b1

Browse files
committed
add rpc package
1 parent e20e221 commit 582b6b1

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)