8000 misc: Add vulkan target · devilcoder01/llama-cpp-python@9f7852a · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f7852a

Browse files
committed
misc: Add vulkan target
1 parent 85f8c4c commit 9f7852a

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
@@ -27,6 +27,9 @@ build.blis:
2727
build.metal:
2828
CMAKE_ARGS="-DLLAMA_METAL=on" python3 -m pip install --verbose -e .
2929

30+
build.vulkan:
31+
CMAKE_ARGS="-DLLAMA_VULKAN=on" python3 -m pip install --verbose -e .
32+
3033
build.sdist:
3134
python3 -m build --sdist
3235

0 commit comments

Comments
 (0)
0