Skip to content

Commit c9e79c6

Browse files
committed
Add metal build flags
1 parent 6935540 commit c9e79c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ build.openblas:
2020
build.blis:
2121
CMAKE_ARGS="-DLLAMA_OPENBLAS=on -DLLAMA_OPENBLAS_VENDOR=blis" FORCE_CMAKE=1 python3 setup.py develop
2222

23+
build.metal:
24+
CMAKE_ARGS="-DLLAMA_METAL=on" FORCE_CMAKE=1 python3 setup.py develop
25+
2326
build.sdist:
2427
python3 setup.py sdist
2528

0 commit comments

Comments
 (0)