We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230fc8b commit 47d1ba8Copy full SHA for 47d1ba8
Makefile
@@ -27,6 +27,9 @@ build.blis:
27
build.metal:
28
CMAKE_ARGS="-DLLAMA_METAL=on" python3 -m pip install -e .
29
30
+build.vulkan:
31
+ CMAKE_ARGS="-DLLAMA_VULKAN=on" python3 -m pip install -e .
32
+
33
build.sdist:
34
python3 -m build --sdist
35
@@ -67,4 +70,4 @@ clean:
67
70
deploy.pypi \
68
71
deploy.gh-docs \
69
72
docker \
- clean
73
+ clean
0 commit comments