misc: Add vulkan target
This commit is contained in:
parent
85f8c4c06e
commit
9f7852acfa
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -27,6 +27,9 @@ build.blis:
|
||||||
build.metal:
|
build.metal:
|
||||||
CMAKE_ARGS="-DLLAMA_METAL=on" python3 -m pip install --verbose -e .
|
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:
|
build.sdist:
|
||||||
python3 -m build --sdist
|
python3 -m build --sdist
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue