misc: Add vulkan target

This commit is contained in:
Andrei Betlen 2024-01-29 10:39:23 -05:00
parent 85f8c4c06e
commit 9f7852acfa

View file

@ -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