Add metal build flags

This commit is contained in:
Andrei Betlen 2023-06-08 00:22:39 -04:00
parent 69355403c6
commit c9e79c6681

View file

@ -20,6 +20,9 @@ build.openblas:
build.blis:
CMAKE_ARGS="-DLLAMA_OPENBLAS=on -DLLAMA_OPENBLAS_VENDOR=blis" FORCE_CMAKE=1 python3 setup.py develop
build.metal:
CMAKE_ARGS="-DLLAMA_METAL=on" FORCE_CMAKE=1 python3 setup.py develop
build.sdist:
python3 setup.py sdist