From c9e79c66817551e3f6e5a740a314f4d017e4219f Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Thu, 8 Jun 2023 00:22:39 -0400 Subject: [PATCH] Add metal build flags --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index c1fe552..ddae25f 100644 --- a/Makefile +++ b/Makefile @@ -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