diff --git a/Makefile b/Makefile index 5ed3fa2..806b120 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,9 @@ build.blis: build.metal: CMAKE_ARGS="-DLLAMA_METAL=on" python3 -m pip install --verbose -e . +build.vulkan: + CMAKE_ARGS="-DLLAMA_VULKAN=on" python3 -m pip install --verbose -e . + build.sdist: python3 -m build --sdist