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 6935540 commit c9e79c6Copy full SHA for c9e79c6
Makefile
@@ -20,6 +20,9 @@ build.openblas:
20
build.blis:
21
CMAKE_ARGS="-DLLAMA_OPENBLAS=on -DLLAMA_OPENBLAS_VENDOR=blis" FORCE_CMAKE=1 python3 setup.py develop
22
23
+build.metal:
24
+ CMAKE_ARGS="-DLLAMA_METAL=on" FORCE_CMAKE=1 python3 setup.py develop
25
+
26
build.sdist:
27
python3 setup.py sdist
28
0 commit comments